From 63f9822f340a94ab8486b8d495d3e7d2671e101c Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 4 Oct 2019 15:21:55 +0200 Subject: [PATCH] get rid of warning message --- src/gui/mainwindow.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 678a5cf..4853a86 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -449,14 +449,6 @@ void MainWindow::onImportSellerExcelActionTriggered() return; } - QMessageBox( - QMessageBox::Icon::Information, "Bitte beachten", - "Achtung: Importieren Sie die Verkäuferdaten nur auf einer (!) " - "KIMA2-Installation.
" - "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)");