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/vsession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index bb29f64..da3a5a4 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -66,7 +66,7 @@ public: QString toXml() const; - bool run(); + bool run() const; bool operator<(const Session& other) const; -- cgit v1.2.3-55-g7522