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

@@ -13,7 +13,6 @@
#define BLACKGUI_SETTINGSCOMPONENT_H
#include "blackgui/blackguiexport.h"
#include "blackgui/components/enableforruntime.h"
#include "blackmisc/network/server.h"
#include <QTabWidget>
#include <QModelIndex>
@@ -28,8 +27,7 @@ namespace BlackGui
{
//! Settings component
class BLACKGUI_EXPORT CSettingsComponent :
public QTabWidget,
public CEnableForRuntime
public QTabWidget
{
Q_OBJECT
@@ -84,10 +82,6 @@ namespace BlackGui
//! Set the tab
void setSettingsTab(SettingTab tab);
protected:
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:
//! Font has been changed
void ps_fontChanged();