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