File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ void PragaProject::clearPragaProject()
7474
7575QString PragaProject::getVersion ()
7676{
77- return " PRAGA V2.0.1" ;
77+ return " PRAGA V2.0.1 (2025) " ;
7878}
7979
8080void PragaProject::createPragaProject (QString path_, QString name_, QString description_)
Original file line number Diff line number Diff line change @@ -7009,6 +7009,12 @@ void MainWindow::on_actionHide_supplemental_stations_toggled(bool state)
70097009void MainWindow::on_actionShowHelp_triggered ()
70107010{
70117011 QString helpStr = myProject.getVersion ();
7012+ helpStr += " \n\n ARPAE Emilia-Romagna Hydro-Meteo-Climate Service" ;
7013+ helpStr += " \n - Gabriele Antolini gantolini@arpae.it" ;
7014+ helpStr += " \n - Fausto Tomei ftomei@arpae.it" ;
7015+ helpStr += " \n - Antonio Volta avolta@arpae.it" ;
7016+ helpStr += " \n - Caterina Toscano ctoscano@arpae.it" ;
7017+ helpStr += " \n - Laura Costantini laura.costantini0@gmail.com" ;
70127018 helpStr += " \n\n https://github.com/ARPA-SIMC/PRAGA" ;
70137019
70147020 myProject.logInfoGUI (helpStr);
You can’t perform that action at this time.
0 commit comments