mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refs #485, removal of CEnableForRuntime
This commit is contained in:
committed by
Mathew Sutcliffe
parent
158efe819a
commit
3829aaeae8
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user