mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
Models guard names and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f78d13047e
commit
74be37339e
@@ -9,12 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_AIRCRAFTICAOLISTMODEL_H
|
||||
#define BLACKGUI_AIRCRAFTICAOLISTMODEL_H
|
||||
#ifndef BLACKGUI_MODELS_AIRCRAFTICAOLISTMODEL_H
|
||||
#define BLACKGUI_MODELS_AIRCRAFTICAOLISTMODEL_H
|
||||
|
||||
#include "blackgui/models/listmodeldbobjects.h"
|
||||
#include "blackmisc/aviation/aircrafticaocode.h"
|
||||
#include "blackmisc/aviation/aircrafticaocodelist.h"
|
||||
#include "blackmisc/aviation/aircrafticaocode.h"
|
||||
#include "blackgui/models/listmodeldbobjects.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackGui
|
||||
|
||||
Reference in New Issue
Block a user