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:
@@ -43,7 +43,7 @@ public:
|
||||
if (m_frameWidget->inDtor())
|
||||
return;
|
||||
QVBoxLayout::invalidate();
|
||||
Q_EMIT m_frameWidget->layoutInvalidated();
|
||||
m_frameWidget->layoutInvalidated.emit();
|
||||
}
|
||||
|
||||
Frame_qtwidgets *const m_frameWidget;
|
||||
|
||||
Reference in New Issue
Block a user