summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-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());
}
}