mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Why did I make these public in the first place?
This commit is contained in:
parent
625dc4cc3e
commit
8fb7c1c5f0
1 changed files with 3 additions and 2 deletions
|
@ -51,10 +51,9 @@ public:
|
|||
virtual QList<IPluginSpec *> plugins() const;
|
||||
QList<PluginSpec *> loadQueue();
|
||||
|
||||
bool loadPluginSpec( const QString &plugin );
|
||||
bool loadPlugin( const QString &plugin );
|
||||
bool unloadPlugin( ExtensionSystem::IPluginSpec *plugin );
|
||||
void removePlugin( ExtensionSystem::IPluginSpec *plugin );
|
||||
|
||||
|
||||
// Settings
|
||||
virtual void setSettings(QSettings *settings);
|
||||
|
@ -63,6 +62,8 @@ public:
|
|||
void writeSettings();
|
||||
|
||||
private:
|
||||
bool loadPluginSpec( const QString &plugin );
|
||||
void removePlugin( ExtensionSystem::IPluginSpec *plugin );
|
||||
void setPluginState(PluginSpec *spec, int destState);
|
||||
void readPluginPaths();
|
||||
bool loadQueue(PluginSpec *spec, QList<PluginSpec *> &queue, QList<PluginSpec *> &circularityCheckQueue);
|
||||
|
|
Loading…
Reference in a new issue