Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Nov 28, 2023
1 parent 6a29617 commit b114977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions agrolib/pragaDialogs/dialogXMLComputation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ DialogXMLComputation::DialogXMLComputation(bool isAnomaly, QList<QString> listXM

void DialogXMLComputation::elabClicked(QListWidgetItem* item)
{
Q_UNUSED(item);

index = listXMLWidget.currentRow();
}
4 changes: 2 additions & 2 deletions src/mainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
<addaction name="separator"/>
<addaction name="actionShow_InfoProject"/>
</widget>
<widget class="QMenu" name="actionFileOutputPointsNew">
<widget class="QMenu" name="menuFileOutputPoints">
<property name="title">
<string>Output points</string>
</property>
Expand All @@ -1662,7 +1662,7 @@
<addaction name="separator"/>
<addaction name="menuFileMeteopoint"/>
<addaction name="separator"/>
<addaction name="actionFileOutputPointsNew"/>
<addaction name="menuFileOutputPoints"/>
<addaction name="separator"/>
<addaction name="menuMeteogrid"/>
<addaction name="separator"/>
Expand Down

0 comments on commit b114977

Please sign in to comment.