PerfProfiler: Fix warning from SignalSlotEditor::fromUi()

It said 'no destination widget called "PerfLoadDialog"'.

Another fix might have been to use "PerfProfiler::Internal::PerfLoadDialog",
but since the connection is done in code, and I actually prefer that way,
this remove the broken connections from the .ui file.

Change-Id: I04652bece855c90a11fd2ea2bb872717a3cde88a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2019-07-25 13:21:16 +02:00
parent 355e4b2018
commit c6301ec797

View File

@@ -109,38 +109,4 @@
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>PerfLoadDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>PerfLoadDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>