summaryrefslogtreecommitdiffstats
path: root/sigtools
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-24 18:21:54 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-24 18:21:54 -0400
commit24a6516e1f09c74c1cdac6b3144c85d8c11fc29a (patch)
tree9abde52c4408ddfa7812b09eddaaea2ac5c7920f /sigtools
parent34b40fa74a74779d0919f66cb8c55001c3c5b173 (diff)
downloadsigen-24a6516e1f09c74c1cdac6b3144c85d8c11fc29a.tar.gz
sigen-24a6516e1f09c74c1cdac6b3144c85d8c11fc29a.tar.xz
sigen-24a6516e1f09c74c1cdac6b3144c85d8c11fc29a.zip
Fix inheritance
Diffstat (limited to 'sigtools')
-rw-r--r--sigtools/PluginTypeModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtools/PluginTypeModel.h b/sigtools/PluginTypeModel.h
index 9c31e32a..3f8119b4 100644
--- a/sigtools/PluginTypeModel.h
+++ b/sigtools/PluginTypeModel.h
@@ -30,7 +30,7 @@ namespace Sigtools
class PluginModel;
class RootPluginModel;
-class SIGTOOLS_NO_EXPORT PluginTypeModel : public QObject
+class SIGTOOLS_NO_EXPORT PluginTypeModel : public BaseModel
{
Q_OBJECT