diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 17:00:38 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 17:00:38 +0200 |
| commit | 069296c5c5e981730253fe5da88fa8fd95b12340 (patch) | |
| tree | 6c40ee623b07a94ed935536d9523f76638094f7e | |
| parent | 1b56cc2885d735399b6b0ff20be345c6c9ced866 (diff) | |
| download | src-069296c5c5e981730253fe5da88fa8fd95b12340.tar.gz src-069296c5c5e981730253fe5da88fa8fd95b12340.zip | |
Werde ein unötiges clearMessage los
| -rw-r--r-- | mainwindow.cpp | 1 |
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()); } } |
