summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 17:00:38 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 17:00:38 +0200
commit069296c5c5e981730253fe5da88fa8fd95b12340 (patch)
tree6c40ee623b07a94ed935536d9523f76638094f7e
parent1b56cc2885d735399b6b0ff20be345c6c9ced866 (diff)
downloadsrc-069296c5c5e981730253fe5da88fa8fd95b12340.tar.gz
src-069296c5c5e981730253fe5da88fa8fd95b12340.zip
Werde ein unötiges clearMessage los
-rw-r--r--mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 8a8d4e5..32c6b55 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -131,7 +131,6 @@ void MainWindow::on_actionImport_triggered()
}
catch (CryptException e)
{
- statusBar()->clearMessage();
QMessageBox::critical(this, tr("Fehler beim Importieren"), e.what());
}
}