diff options
Diffstat (limited to 'mainwindow.cpp')
| -rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index efec3ad..5adb301 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -23,7 +23,7 @@ void MainWindow::on_pushButtonDecrypt_clicked() { try { - QString inFilename = decryptDialog.getInFilename(); + QString inFilename = decryptDialog.getCipherFilename(); QString outFilename = decryptDialog.getOutFileName(); statusBar()->showMessage(tr("Entschlüsselung hat begonnen."), messageTimeout); |
