Skip to content

Commit 0312d18

Browse files
committed
help
1 parent 05bb34a commit 0312d18

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

agrolib/pragaProject/pragaProject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void PragaProject::clearPragaProject()
7474

7575
QString PragaProject::getVersion()
7676
{
77-
return "PRAGA V2.0.1";
77+
return "PRAGA V2.0.1 (2025)";
7878
}
7979

8080
void PragaProject::createPragaProject(QString path_, QString name_, QString description_)

src/mainWindow.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7009,6 +7009,12 @@ void MainWindow::on_actionHide_supplemental_stations_toggled(bool state)
70097009
void MainWindow::on_actionShowHelp_triggered()
70107010
{
70117011
QString helpStr = myProject.getVersion();
7012+
helpStr += "\n\nARPAE 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\nhttps://github.com/ARPA-SIMC/PRAGA";
70137019

70147020
myProject.logInfoGUI(helpStr);

0 commit comments

Comments
 (0)