refs #595 Insert missing BLACKGUI_EXPORT.

This commit is contained in:
Mathew Sutcliffe
2016-02-08 18:48:16 +00:00
parent 641e469c9e
commit b4e1d42009
22 changed files with 44 additions and 23 deletions

View File

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