From ee3f7eafae9e2e570c95e1afa9bea156ba3bf736 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Sun, 3 Oct 2010 18:39:42 +0200 Subject: TreeView for sessions (replaces ListView) TreeView with SessionTreeModel replaces the old List View Other changes: * fixed bad copy and paste in CMakeLists.txt * added make clean to build.sh * removed moc_ and ui_ files from src --- src/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index ce8ce43..a61f286 100644 --- a/src/session.h +++ b/src/session.h @@ -13,7 +13,7 @@ public: virtual QString shortDescription() const = 0; virtual QString description() const = 0; virtual QString icon() const = 0; - virtual bool run() = 0; + virtual bool run() const = 0; virtual bool operator<(const Session& s) const = 0; }; -- cgit v1.2.3-55-g7522