refs #485, removal of CEnableForRuntime

This commit is contained in:
Klaus Basan
2016-02-14 11:28:27 +01:00
committed by Mathew Sutcliffe
parent 158efe819a
commit 3829aaeae8
61 changed files with 490 additions and 984 deletions

View File

@@ -14,7 +14,6 @@
#include "blackcore/corefacade.h"
#include "blackgui/systemtraywindow.h"
#include "blackgui/components/enableforruntime.h"
#include "blackmisc/statusmessage.h"
#include "blackmisc/identifiable.h"
@@ -25,8 +24,7 @@ namespace Ui { class CSwiftCore; }
//! swift core control
class CSwiftCore :
public BlackGui::CSystemTrayWindow,
public BlackMisc::CIdentifiable,
public BlackGui::Components::CEnableForRuntime
public BlackMisc::CIdentifiable
{
Q_OBJECT