mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +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_AIRCRAFTICAOVIEW_H
|
||||
#define BLACKGUI_AIRCRAFTICAOVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_AIRCRAFTICAOVIEW_H
|
||||
#define BLACKGUI_VIEWS_AIRCRAFTICAOVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/aircrafticaolistmodel.h"
|
||||
#include "blackgui/views/viewdbobjects.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAircraftIcaoCode;
|
||||
class CAircraftIcaoCodeList;
|
||||
}
|
||||
}
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user