Navigation Menu

Skip to content

Commit

Permalink
Gui: [skip ci] Invalid signal/slot connection: 'buttonBox' -> 'Utils:…
Browse files Browse the repository at this point in the history
…:CheckableMessageBox'
  • Loading branch information
wwmayer committed Jun 12, 2020
1 parent 449edf9 commit 8b9fb78
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/Gui/DlgCheckableMessageBox.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>195</width>
<height>107</height>
<height>122</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -121,34 +121,34 @@
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Utils::CheckableMessageBox</receiver>
<receiver>Gui::Dialog::DlgCheckableMessageBox</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
<x>97</x>
<y>100</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
<x>97</x>
<y>60</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Utils::CheckableMessageBox</receiver>
<receiver>Gui::Dialog::DlgCheckableMessageBox</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
<x>97</x>
<y>100</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
<x>97</x>
<y>60</y>
</hint>
</hints>
</connection>
</connections>
</ui>
</ui>

0 comments on commit 8b9fb78

Please sign in to comment.