Doc: Fix typo in comment
Change-Id: Iabf098e22398721f2087e2bbd02d128a75639315 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
be26eb14da
commit
3aaeef59fb
|
|
@ -72,7 +72,7 @@ Q_SIGNALS:
|
|||
void featuresChanged(QDockWidget::DockWidgetFeatures features);
|
||||
void topLevelChanged(bool topLevel);
|
||||
void allowedAreasChanged(Qt::DockWidgetAreas allowedAreas);
|
||||
void visibilityChanged(bool visible); //TODO depricate in Qt7: Better listen to hide/show events
|
||||
void visibilityChanged(bool visible); //TODO deprecate in Qt7: Better listen to hide/show events
|
||||
void dockLocationChanged(Qt::DockWidgetArea area);
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Reference in New Issue