year updated
This commit is contained in:
parent
cfdb319c14
commit
e97cbf1287
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ MainWindow::MainWindow()
|
|||
});
|
||||
connect(ui_.licenseAction, &QAction::triggered, this, [=]() {
|
||||
QString licenseText(
|
||||
"Copyright © 2018 Martin Brodbeck\n\n"
|
||||
"Copyright © 2018-2019 Martin Brodbeck\n\n"
|
||||
"Hiermit wird unentgeltlich jeder Person, die eine Kopie der Software und der "
|
||||
"zugehörigen Dokumentationen (die \"Software\") erhält, die Erlaubnis erteilt, "
|
||||
"sie uneingeschränkt zu nutzen, inklusive und ohne Ausnahme mit dem Recht, "
|
||||
|
@ -576,4 +576,4 @@ void MainWindow::updateStatLabel()
|
|||
statistics += "<br />Umsatz: " + marketplace_->getOverallSumAsString();
|
||||
|
||||
ui_.statLabel->setText(statistics.c_str());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue