diff options
Diffstat (limited to 'sigmodr/tree/TreeWidget.h')
| -rw-r--r-- | sigmodr/tree/TreeWidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sigmodr/tree/TreeWidget.h b/sigmodr/tree/TreeWidget.h index 42699fed..4b5bc442 100644 --- a/sigmodr/tree/TreeWidget.h +++ b/sigmodr/tree/TreeWidget.h @@ -66,11 +66,11 @@ class SIGMODRTREE_EXPORT TreeWidget : public QTreeView // void deleteGame(const Sigmod::Game* game); // void deleteAllGames(); // -// bool isOpen(const KUrl& url) const; -// -// KUrl url(const Sigmod::Game* game) const; -// QStringList urls() const; -// void setUrl(const Sigmod::Game* game, const KUrl& url); + bool isOpen(const KUrl& url) const; + + KUrl url(const Sigmod::Game* game) const; + QStringList urls() const; + void setUrl(const Sigmod::Game* game, const KUrl& url); void setDirty(const Sigmod::Game* game, const bool dirty); bool dirty(const Sigmod::Game* game = NULL) const; |
