mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Views guard name and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
af445b33e9
commit
13b9179472
@@ -9,23 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_LIVERYVIEW_H
|
||||
#define BLACKGUI_LIVERYVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_LIVERYVIEW_H
|
||||
#define BLACKGUI_VIEWS_LIVERYVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/liverylistmodel.h"
|
||||
#include "blackgui/views/viewdbobjects.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CLivery;
|
||||
class CLiveryList;
|
||||
}
|
||||
}
|
||||
#include "blackgui/models/liverylistmodel.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user