tests: Fix overloaded signal "parentChanged()"

This commit is contained in:
Sergio Martins
2021-01-08 18:24:51 +00:00
parent 39c3e4fd13
commit c73c26e5cb
4 changed files with 8 additions and 2 deletions

View File

@@ -374,8 +374,10 @@ public:
static DockWidgetBase* byName(const QString &uniqueName);
Q_SIGNALS:
#ifdef KDDOCKWIDGETS_QTWIDGETS
///@brief signal emitted when the parent changed
void parentChanged();
#endif
///@brief signal emitted when the DockWidget is shown. As in QEvent::Show.
void shown();