summaryrefslogtreecommitdiffstats
path: root/sigmodr/models/StoreGroupModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/models/StoreGroupModel.cpp')
-rw-r--r--sigmodr/models/StoreGroupModel.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/sigmodr/models/StoreGroupModel.cpp b/sigmodr/models/StoreGroupModel.cpp
index 4935f73c..6588b70e 100644
--- a/sigmodr/models/StoreGroupModel.cpp
+++ b/sigmodr/models/StoreGroupModel.cpp
@@ -75,6 +75,11 @@ bool Sigmodr::StoreGroupModel::setData(const QVariant& value, int role)
return false;
}
+QString Sigmodr::StoreGroupModel::types() const
+{
+ return "Store";
+}
+
void Sigmodr::StoreGroupModel::addObject(Sigmod::Object* object)
{
if (!object)