Ref T472, style

This commit is contained in:
Klaus Basan
2019-02-03 21:40:00 +01:00
committed by Mat Sutcliffe
parent 969600b65d
commit 1b730dd0b1
9 changed files with 19 additions and 22 deletions

View File

@@ -7,12 +7,12 @@
* contained in the LICENSE file.
*/
#include "blackcore/webdataservices.h"
#include "blackgui/components/dbaircrafticaocomponent.h"
#include "blackgui/filters/aircrafticaofilterbar.h"
#include "blackgui/guiapplication.h"
#include "blackgui/views/aircrafticaoview.h"
#include "blackgui/views/viewbase.h"
#include "blackgui/guiapplication.h"
#include "blackcore/webdataservices.h"
#include "dbaircrafticaocomponent.h"
#include "ui_dbaircrafticaocomponent.h"
@@ -23,7 +23,6 @@
using namespace BlackCore;
using namespace BlackMisc::Network;
using namespace BlackMisc::Aviation;
using namespace BlackGui;
using namespace BlackGui::Views;
namespace BlackGui

View File

@@ -18,7 +18,6 @@
#include "blackgui/blackguiexport.h"
#include "blackmisc/network/entityflags.h"
#include <QFrame>
#include <QObject>
#include <QScopedPointer>

View File

@@ -2,6 +2,14 @@
<ui version="4.0">
<class>CDbAircraftIcaoComponent</class>
<widget class="QFrame" name="CDbAircraftIcaoComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>258</width>
<height>208</height>
</rect>
</property>
<property name="windowTitle">
<string>Search and find aircraft ICAO codes</string>
</property>

View File

@@ -23,8 +23,8 @@
#include <QObject>
#include <QScopedPointer>
namespace BlackMisc { namespace Aviation { class CLivery; } }
namespace Ui { class CDbLiveryComponent; }
namespace BlackMisc { namespace Aviation { class CLivery; } }
namespace BlackGui
{
namespace Views { class CLiveryView; }
@@ -36,7 +36,7 @@ namespace BlackGui
class BLACKGUI_EXPORT CDbLiveryComponent :
public COverlayMessagesFrame,
public CEnableForDockWidgetInfoArea,
public BlackGui::CEnableForViewBasedIndicator
public CEnableForViewBasedIndicator
{
Q_OBJECT