get rid of warning message

This commit is contained in:
Martin Brodbeck 2019-10-04 15:21:55 +02:00
parent 69982fc931
commit 63f9822f34
1 changed files with 0 additions and 8 deletions

View File

@ -449,14 +449,6 @@ void MainWindow::onImportSellerExcelActionTriggered()
return;
}
QMessageBox(
QMessageBox::Icon::Information, "Bitte beachten",
"<b>Achtung:</b> Importieren Sie die Verkäuferdaten nur auf <b>einer (!)</b> "
"KIMA2-Installation.<br /> "
"Verteilen Sie die Daten auf die anderen Installationen unbedingt über eine JSON-Datei!",
QMessageBox::StandardButton::Ok, this)
.exec();
auto filename = QFileDialog::getOpenFileName(
this, "Verkäufer importieren", QString(),
"Alle unterstützte Dateien (*.xlsx *.csv);;Excel Dateien (*.xlsx);;CSV Dateien (*.csv)");