Views guard name and style

This commit is contained in:
Klaus Basan
2019-02-01 20:46:09 +01:00
committed by Mat Sutcliffe
parent af445b33e9
commit 13b9179472
15 changed files with 30 additions and 73 deletions

View File

@@ -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
{