mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user