summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/RootModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/RootModel.h')
-rw-r--r--sigmodr/tree/RootModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/tree/RootModel.h b/sigmodr/tree/RootModel.h
index d143c29e..2e454d6d 100644
--- a/sigmodr/tree/RootModel.h
+++ b/sigmodr/tree/RootModel.h
@@ -38,8 +38,8 @@ class SIGMODRTREE_IMPORT RootModel : public GroupModel
bool setData(const QVariant& value, int role = Qt::EditRole);
- void addSigmod(Sigmod::Sigmod* sigmod);
- void deleteSigmod(const Sigmod::Sigmod* sigmod);
+ void addGame(Sigmod::Game* game);
+ void deleteGame(const Sigmod::Game* game);
QString types() const;
public slots: