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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xsession.cpp') diff --git a/src/xsession.cpp b/src/xsession.cpp index 2c1ed57..fb274b4 100644 --- a/src/xsession.cpp +++ b/src/xsession.cpp @@ -46,7 +46,7 @@ QString XSession::icon() const { return icon; } -bool XSession::run() { +bool XSession::run() const { return QProcess::startDetached(this->exec_); } -- cgit v1.2.3-55-g7522