aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-07-25 13:21:16 +0200
committerhjk <hjk@qt.io>2019-07-29 09:07:07 +0000
commitc6301ec79747e4568264b69adedeebe25f4b6cd3 (patch)
treec5d90f37134dfeba92c223963c20878c8c40a5e5 /src/plugins/perfprofiler
parent355e4b2018a41d36ea9f161d5e7b6e0aa0f8f219 (diff)
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>
Diffstat (limited to 'src/plugins/perfprofiler')
-rw-r--r--src/plugins/perfprofiler/perfloaddialog.ui34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/plugins/perfprofiler/perfloaddialog.ui b/src/plugins/perfprofiler/perfloaddialog.ui
index c08b6433f1a..dc6ae1972ac 100644
--- a/src/plugins/perfprofiler/perfloaddialog.ui
+++ b/src/plugins/perfprofiler/perfloaddialog.ui
@@ -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>