mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #485, removal of CEnableForRuntime
This commit is contained in:
committed by
Mathew Sutcliffe
parent
158efe819a
commit
3829aaeae8
@@ -14,11 +14,8 @@
|
||||
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
|
||||
namespace Ui {
|
||||
class CSimConnectSettingsComponent;
|
||||
}
|
||||
namespace Ui { class CSimConnectSettingsComponent; }
|
||||
|
||||
namespace BlackSimPlugin
|
||||
{
|
||||
@@ -27,7 +24,7 @@ namespace BlackSimPlugin
|
||||
/**
|
||||
* A component that gathers all SimConnect-related settings.
|
||||
*/
|
||||
class CSimConnectSettingsComponent : public QFrame, public BlackGui::Components::CEnableForRuntime
|
||||
class CSimConnectSettingsComponent : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -56,10 +53,8 @@ namespace BlackSimPlugin
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSimConnectSettingsComponent> ui;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user