summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginLoader_p.h')
-rw-r--r--sigtools/PluginLoader_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sigtools/PluginLoader_p.h b/sigtools/PluginLoader_p.h
index acd3125e..fa11988d 100644
--- a/sigtools/PluginLoader_p.h
+++ b/sigtools/PluginLoader_p.h
@@ -47,9 +47,10 @@ class SIGTOOLS_NO_EXPORT Private : public QObject
public:
void refresh(const QString& type);
+ QStringList services(const QString& type);
KService::Ptr service(const QString& type, const QString& name);
Sigencore::Plugins::PluginBase* factory(const QString& type, const QString& name);
-
+ protected:
typedef QPair<KService::Ptr, Sigencore::Plugins::PluginBase*> Service;
typedef QMap<QString, Service> PluginList;
QMap<QString, PluginList> m_available;