summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-rw-r--r--src/client/toolbar/toolbar.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index f620609..af8db64 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -448,11 +448,8 @@ void Toolbar::showBar()
const QRect primaryScreen = desktop.screenGeometry();
move(x(), primaryScreen.top());
}
+/** call script to switch to workspace of the manager */
void Toolbar::onBtnManager() {
- /* TODO */
- qDebug() << "onBtnManager()";
-
- /* call script to switch to workspace of the manager */
QProcess switchP;
if (_onWorkspace2) {
switchP.start("/bin/sh", QStringList() << "/opt/openslx/pvs2/switchBack.sh");