Skip to content

Commit

Permalink
Statistics: Fixed an incorrect signal from endDateEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 15, 2024
1 parent 3f30a25 commit 0d78bca
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ui/StatisticsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
<property name="text">
<string>Graph Type</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -399,11 +402,6 @@
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -572,7 +570,7 @@
</connection>
<connection>
<sender>endDateEdit</sender>
<signal>userDateChanged(QDate)</signal>
<signal>dateTimeChanged(QDateTime)</signal>
<receiver>StatisticsWidget</receiver>
<slot>refreshGraph()</slot>
<hints>
Expand Down

0 comments on commit 0d78bca

Please sign in to comment.