mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_DBAIRLINEICAOSELECTORBASE_H
|
||||
#define BLACKGUI_DBAIRLINEICAOSELECTORBASE_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/webdataservices.h"
|
||||
#include "blackgui/dropbase.h"
|
||||
#include "blackmisc/aviation/airlineicaocode.h"
|
||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Airline ICAO selector base class
|
||||
*/
|
||||
class CDbAirlineIcaoSelectorBase :
|
||||
class BLACKGUI_EXPORT CDbAirlineIcaoSelectorBase :
|
||||
public QFrame,
|
||||
public BlackMisc::Network::CWebDataServicesAware,
|
||||
public BlackGui::CDropBase
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_COMPONENTS_DBAUTOSTASHINGCOMPONENT_H
|
||||
#define BLACKGUI_COMPONENTS_DBAUTOSTASHINGCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/webdataservices.h"
|
||||
#include "dbmappingcomponentaware.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
@@ -27,7 +28,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Stashing component
|
||||
*/
|
||||
class CDbAutoStashingComponent :
|
||||
class BLACKGUI_EXPORT CDbAutoStashingComponent :
|
||||
public QDialog,
|
||||
public BlackMisc::Network::CWebDataServicesAware,
|
||||
public BlackGui::Components::CDbMappingComponentAware
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_COMPONENTS_DBDEBUGDATABASESETUP_H
|
||||
#define BLACKGUI_COMPONENTS_DBDEBUGDATABASESETUP_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/data/globalsetup.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
||||
* Debug settings for DB (only to be used as developer)
|
||||
* \remarks Disabled when not runnig in dev.environment
|
||||
*/
|
||||
class CDbDebugDatabaseSetup : public QFrame
|
||||
class BLACKGUI_EXPORT CDbDebugDatabaseSetup : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_COMPONENTS_CDBLIVERYSELECTORCOMPONENT_H
|
||||
#define BLACKGUI_COMPONENTS_CDBLIVERYSELECTORCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/aviation/livery.h"
|
||||
#include "blackcore/webdataservices.h"
|
||||
#include "blackgui/dropbase.h"
|
||||
@@ -29,7 +30,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Selector for liveries
|
||||
*/
|
||||
class CDbLiverySelectorComponent :
|
||||
class BLACKGUI_EXPORT CDbLiverySelectorComponent :
|
||||
public QFrame,
|
||||
public BlackMisc::Network::CWebDataServicesAware,
|
||||
public BlackGui::CDropBase
|
||||
|
||||
Reference in New Issue
Block a user