mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_DOCKWIDGETINFOAREA_H
|
||||
#define BLACKGUI_DOCKWIDGETINFOAREA_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/dockwidget.h"
|
||||
|
||||
namespace BlackGui
|
||||
@@ -23,7 +24,7 @@ namespace BlackGui
|
||||
//! Specialized class for dock widgets serving as info area.
|
||||
//! \sa CDockWidgetInfoBar
|
||||
//! \sa CInfoArea
|
||||
class CDockWidgetInfoArea : public CDockWidget
|
||||
class BLACKGUI_EXPORT CDockWidgetInfoArea : public CDockWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user