mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Issue #77 Break dependency of worker on identifiable
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "blackmisc/invoke.h"
|
||||
#include "blackmisc/promise.h"
|
||||
#include "blackmisc/stacktrace.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
#include <QFuture>
|
||||
@@ -266,9 +265,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Base class for a long-lived worker object which lives in its own thread.
|
||||
*/
|
||||
class BLACKMISC_EXPORT CContinuousWorker :
|
||||
public CWorkerBase,
|
||||
public CIdentifiable
|
||||
class BLACKMISC_EXPORT CContinuousWorker : public CWorkerBase
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user