mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #441 Rename COriginator to CIdentifier and rename COriginatorAware to CIdentifiable.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "blackgui/systemtraywindow.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackmisc/originatoraware.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace Ui { class CSwiftCore; }
|
||||
//! swift core control
|
||||
class CSwiftCore :
|
||||
public BlackGui::CSystemTrayWindow,
|
||||
public BlackMisc::COriginatorAware,
|
||||
public BlackMisc::CIdentifiable,
|
||||
public BlackGui::Components::CEnableForRuntime
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user