diff options
author | Christoph Schulthess | 2017-04-24 14:32:59 +0200 |
---|---|---|
committer | Christoph Schulthess | 2017-04-24 14:32:59 +0200 |
commit | 9b65a33c6204d4a42f0e89fff30b45f973092734 (patch) | |
tree | c2324740b0677a9e0020cf6994025c8c7797c497 | |
parent | more debugging information and typo (diff) | |
download | pvs2-9b65a33c6204d4a42f0e89fff30b45f973092734.tar.gz pvs2-9b65a33c6204d4a42f0e89fff30b45f973092734.tar.xz pvs2-9b65a33c6204d4a42f0e89fff30b45f973092734.zip |
test
-rw-r--r-- | src/client/toolbar/toolbar.cpp | 1 |
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(); |