summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginTypeModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginTypeModel.h')
-rw-r--r--sigtools/PluginTypeModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtools/PluginTypeModel.h b/sigtools/PluginTypeModel.h
index a79c7815..9caff55a 100644
--- a/sigtools/PluginTypeModel.h
+++ b/sigtools/PluginTypeModel.h
@@ -49,7 +49,7 @@ class SIGTOOLS_NO_EXPORT PluginTypeModel : public BaseModel
void redraw(const int width) const;
const QString m_type;
- QList<PluginModel*> m_services;
+ QList<PluginModel*> m_plugins;
};
}