mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_UPDATETIMER_H
|
||||
#define BLACKGUI_UPDATETIMER_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QTimer>
|
||||
#include <QDateTime>
|
||||
|
||||
@@ -20,7 +21,7 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
//! Timer used in components for updates
|
||||
class CUpdateTimer: public QObject
|
||||
class BLACKGUI_EXPORT CUpdateTimer: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user