From 4656d10d77256fb506a29f31363f87fcd90930bc Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sat, 3 Oct 2015 19:54:33 +0200 Subject: Sorge dafür, dass alle Datein öffnen auch unter Ubuntu geht MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decryptdatadialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decryptdatadialog.cpp') diff --git a/decryptdatadialog.cpp b/decryptdatadialog.cpp index 0f654a0..185946e 100644 --- a/decryptdatadialog.cpp +++ b/decryptdatadialog.cpp @@ -18,7 +18,7 @@ void DecryptDataDialog::accept() if (!ui->lineEditFilePath->text().isEmpty()) { m_outFile = QFileDialog::getSaveFileName(this, tr("Datei Speichern"), - QDir::homePath(), tr("Alle Dateien")); + QDir::homePath(), ""); if (!m_outFile.isEmpty()) { @@ -36,7 +36,7 @@ void DecryptDataDialog::accept() void DecryptDataDialog::on_pushButtonOpenFile_clicked() { QString filename = QFileDialog::getOpenFileName(this, tr("Datei Öffnen"), - QDir::homePath(), tr("Alle Dateien")); + QDir::homePath(), ""); if (!filename.isEmpty()) { -- cgit v1.2.3-70-g09d2