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