mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #485, removal of CEnableForRuntime
This commit is contained in:
committed by
Mathew Sutcliffe
parent
158efe819a
commit
3829aaeae8
@@ -13,8 +13,6 @@
|
||||
#include "blackcore/pluginmanagersimulator.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/simulation/simulatorplugininfolist.h"
|
||||
#include "enableforruntime.h"
|
||||
#include "enableforruntime.h"
|
||||
#include <QFrame>
|
||||
|
||||
namespace Ui { class CSettingsSimulatorComponent; }
|
||||
@@ -24,7 +22,7 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
//! All simulator settings component (GUI)
|
||||
class BLACKGUI_EXPORT CSettingsSimulatorComponent : public QFrame, public CEnableForRuntime
|
||||
class BLACKGUI_EXPORT CSettingsSimulatorComponent : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -35,10 +33,6 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
~CSettingsSimulatorComponent();
|
||||
|
||||
protected:
|
||||
//! \copydoc CEnableForRuntime::runtimeHasBeenSet()
|
||||
virtual void runtimeHasBeenSet() override;
|
||||
|
||||
private slots:
|
||||
//! Driver plugin enabled/disabled
|
||||
//! \todo Unload plugin if user disables it while running
|
||||
@@ -69,7 +63,6 @@ namespace BlackGui
|
||||
void ps_showPluginConfig(const QString &identifier);
|
||||
|
||||
private:
|
||||
|
||||
//! Set the GUI values
|
||||
void setGuiValues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user