mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Issue #77 Break dependency of worker on identifiable
This commit is contained in:
@@ -149,7 +149,6 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
CContinuousWorker::CContinuousWorker(QObject *owner, const QString &name) :
|
||||
CIdentifiable(name),
|
||||
m_owner(owner), m_name(name)
|
||||
{
|
||||
Q_ASSERT_X(!name.isEmpty(), Q_FUNC_INFO, "Empty name");
|
||||
|
||||
Reference in New Issue
Block a user