mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T472, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
969600b65d
commit
1b730dd0b1
@@ -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
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
|
||||
#include <QFrame>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user