Skip to content

Commit 98ebdbe

Browse files
Added new DockWidget signals to DockWidget.sip
1 parent 418d074 commit 98ebdbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sip/DockWidget.sip

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ signals:
9797
void closed();
9898
void titleChanged(const QString& Title);
9999
void topLevelChanged(bool topLevel);
100+
void visibilityChanged(bool visible);
101+
void featuresChanged(ads::CDockWidget::DockWidgetFeatures features);
100102
};
101103

102104
};

0 commit comments

Comments
 (0)