summaryrefslogtreecommitdiffstats
path: root/sigtools/RootPluginModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/RootPluginModel.h')
-rw-r--r--sigtools/RootPluginModel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sigtools/RootPluginModel.h b/sigtools/RootPluginModel.h
index 1b2bfb50..a5435f14 100644
--- a/sigtools/RootPluginModel.h
+++ b/sigtools/RootPluginModel.h
@@ -26,6 +26,9 @@
namespace Sigtools
{
+// Forward declarations
+class PluginTypeModel;
+
class SIGTOOLS_NO_EXPORT RootPluginModel : public BaseModel
{
Q_OBJECT
@@ -45,6 +48,8 @@ class SIGTOOLS_NO_EXPORT RootPluginModel : public BaseModel
void addPlugin(const QString& type, KService::Ptr service);
protected:
int findChild(BaseModel* model) const;
+
+ QMap<QString, PluginTypeModel*> m_types;
};
}