summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-07 16:52:24 +0200
committerSimon Rettberg2018-09-07 16:52:24 +0200
commit0d1f233e00fe9a04a696886459694d7ccb11af23 (patch)
tree4fcbf6172721bfb4006ef8b515baddf00aafcaa3
parentUpdate translations (diff)
downloadpvs2-0d1f233e00fe9a04a696886459694d7ccb11af23.tar.gz
pvs2-0d1f233e00fe9a04a696886459694d7ccb11af23.tar.xz
pvs2-0d1f233e00fe9a04a696886459694d7ccb11af23.zip
[client] Remove left over test code :/
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index d5e7d08..63fab56 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -492,8 +492,6 @@ void Toolbar::showInformationDialog()
InformationDialog* d = new InformationDialog();
d->exec();
d->deleteLater();
- auto b = new QPushButton("sdfadsfgadfgadfgadg");
- this->layout()->addWidget(b);
}
void Toolbar::onBtnAttention()