mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "worker.h"
|
||||
#include <QReadWriteLock>
|
||||
#include <QDateTime>
|
||||
@@ -25,7 +26,7 @@ namespace BlackMisc
|
||||
* Support for threaded based reading and parsing tasks such
|
||||
* as data files via http, or file system and parsing (such as FSX models)
|
||||
*/
|
||||
class CThreadedReader : public CContinuousWorker
|
||||
class BLACKMISC_EXPORT CThreadedReader : public CContinuousWorker
|
||||
{
|
||||
public:
|
||||
//! Thread safe, set update timestamp
|
||||
|
||||
Reference in New Issue
Block a user