code cleanup
This commit is contained in:
parent
3ba230d9b9
commit
a84b22f867
1 changed files with 0 additions and 8 deletions
|
@ -311,14 +311,6 @@ void MainWindow::onExportSalesJsonActionTriggered()
|
|||
|
||||
void MainWindow::onImportSalesJsonActionTriggered()
|
||||
{
|
||||
/* if (!marketplace_->getSales().empty()) {
|
||||
QMessageBox(QMessageBox::Icon::Information, "Import nicht möglich",
|
||||
"Der Import ist nicht möglich, da schon Verkäufe getätigt wurden.",
|
||||
QMessageBox::StandardButton::Ok, this)
|
||||
.exec();
|
||||
return;
|
||||
} */
|
||||
|
||||
QSettings settings;
|
||||
|
||||
auto filename = QFileDialog::getOpenFileName(this, "Umsätze/Transaktionen importieren",
|
||||
|
|
Loading…
Reference in a new issue