From c6301ec79747e4568264b69adedeebe25f4b6cd3 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 25 Jul 2019 13:21:16 +0200 Subject: 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 --- src/plugins/perfprofiler/perfloaddialog.ui | 34 ------------------------------ 1 file changed, 34 deletions(-) (limited to 'src/plugins/perfprofiler') diff --git a/src/plugins/perfprofiler/perfloaddialog.ui b/src/plugins/perfprofiler/perfloaddialog.ui index c08b6433f1..dc6ae1972a 100644 --- a/src/plugins/perfprofiler/perfloaddialog.ui +++ b/src/plugins/perfprofiler/perfloaddialog.ui @@ -109,38 +109,4 @@ - - - buttonBox - accepted() - PerfLoadDialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - PerfLoadDialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - -- cgit v1.2.1