mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T312, UI simulator settings to check listeners manually per push button
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#include <QScopedPointer>
|
||||
#include <QString>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackCore { class CPluginManagerSimulator; }
|
||||
namespace BlackMisc { namespace Simulation { class CSimulatorPluginInfo; } }
|
||||
namespace Ui { class CSettingsSimulatorComponent; }
|
||||
@@ -56,7 +54,7 @@ namespace BlackGui
|
||||
//! Apply disable rendering
|
||||
void onApplyDisableRendering();
|
||||
|
||||
//! Apply time sync
|
||||
//! Apply time synchronization
|
||||
void onApplyTimeSync();
|
||||
|
||||
//! Clear restricted rendering
|
||||
@@ -74,6 +72,9 @@ namespace BlackGui
|
||||
//! Select/deselect enabled/disabled plugins
|
||||
void reloadPluginConfig();
|
||||
|
||||
//! Check plugins again
|
||||
void checkSimulatorPlugins();
|
||||
|
||||
//! Set the GUI values
|
||||
void setGuiValues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user