summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:32:59 +0200
committerChristoph Schulthess2017-04-24 14:32:59 +0200
commit9b65a33c6204d4a42f0e89fff30b45f973092734 (patch)
treec2324740b0677a9e0020cf6994025c8c7797c497
parentmore debugging information and typo (diff)
downloadpvs2-9b65a33c6204d4a42f0e89fff30b45f973092734.tar.gz
pvs2-9b65a33c6204d4a42f0e89fff30b45f973092734.tar.xz
pvs2-9b65a33c6204d4a42f0e89fff30b45f973092734.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 8eb48d0..37cb023 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -505,7 +505,6 @@ void Toolbar::onBtnCustom()
} else {
this->runDbg.close();
}
- qDebug() << "started: " << this->runDbg.started();
qDebug() << "state: " << this->runDbg.state();
qDebug() << "error: " << this->runDbg.errorString();