Port layoutInvalidated signal to KDBindings

This removes triplication between qtquick, qtwidgets and tests.
It also allows us to remove the usage of old-style Qt connect.
This commit is contained in:
Sergio Martins
2022-05-08 15:23:40 +01:00
parent 418c4514df
commit 7d27d76448
8 changed files with 14 additions and 19 deletions

View File

@@ -70,9 +70,6 @@ protected:
Q_SIGNALS:
void tabTitlesChanged();
// TODOv2: It's duplicated with Frame_qtwidgets, port to views/Frame.h as KDSignal
void layoutInvalidated();
public Q_SLOTS:
void updateConstriants();