diff options
| author | Christoph Schulthess | 2017-04-24 14:31:21 +0200 |
|---|---|---|
| committer | Christoph Schulthess | 2017-04-24 14:31:21 +0200 |
| commit | 3164d7022ae7060ca99b721180ea7ed3eca0f5aa (patch) | |
| tree | e265ada8e6b201b298bbaef09db4f82868b6ac77 | |
| parent | more debugging information and typo (diff) | |
| download | pvs2-3164d7022ae7060ca99b721180ea7ed3eca0f5aa.tar.gz pvs2-3164d7022ae7060ca99b721180ea7ed3eca0f5aa.tar.xz pvs2-3164d7022ae7060ca99b721180ea7ed3eca0f5aa.zip | |
more debugging information and typo
| -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 0613212..8eb48d0 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -506,7 +506,6 @@ void Toolbar::onBtnCustom() this->runDbg.close(); } qDebug() << "started: " << this->runDbg.started(); - qDebug() << "finished: " << this->runDbg.finished(); qDebug() << "state: " << this->runDbg.state(); qDebug() << "error: " << this->runDbg.errorString(); |
