mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #513 Make plugin selection persistent
* Saved listeners are started on application startup * CVariant has support for QStringList
This commit is contained in:
@@ -49,6 +49,9 @@ namespace BlackGui
|
||||
//! \param enabled Defines whether the plugin is initially enabled or not
|
||||
void addPlugin(const QString &identifier, const QString &name, bool hasConfig = false, bool enabled = true);
|
||||
|
||||
//! Enables/disabled the given plugin.
|
||||
void setEnabled(const QString &identifier, bool enabled);
|
||||
|
||||
private slots:
|
||||
void ps_handlePluginStateChange();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user