summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginLoader.h')
-rw-r--r--sigtools/PluginLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigtools/PluginLoader.h b/sigtools/PluginLoader.h
index ce8b6dc7..4d7460f7 100644
--- a/sigtools/PluginLoader.h
+++ b/sigtools/PluginLoader.h
@@ -50,6 +50,7 @@ namespace Sigtools
namespace PluginLoader
{
SIGTOOLS_EXPORT QStringList availablePlugins(const QString& type, const bool forceLookup = false);
+ SIGTOOLS_EXPORT KService::List services(const QString& type, const QStringList& extensions);
SIGTOOLS_EXPORT KService::Ptr service(const QString& type, const QString& name);
SIGTOOLS_EXPORT QString description(const QString& type, const QString& name);