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 "blackgui/blackguiexport.h"
#include "maininfoareacomponent.h"
#include "enableforruntime.h"
#include "blackcore/network.h"
#include "blackmisc/identifier.h"
@@ -28,12 +27,10 @@ namespace BlackGui
{
namespace Components
{
//! Main keypad area as used with main info area
//! \sa CMainInfoAreaComponent
class BLACKGUI_EXPORT CMainKeypadAreaComponent :
public QFrame,
public CEnableForRuntime
public QFrame
{
Q_OBJECT
@@ -68,10 +65,6 @@ namespace BlackGui
//! Main info area changed
void onMainInfoAreaChanged(int currentTabIndex, QList<int> dockedIndexes, QList<int> floatingIndexes);
protected:
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:
//! Button was clicked
void ps_buttonSelected();