summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-08-22 15:17:48 +0200
committerKai Köhne <kai.koehne@qt.io>2023-08-23 12:25:28 +0200
commit3aaeef59fba8e8c6cf168a26cffc054375c7c21b (patch)
tree917fcb8d1d2c7fda7498726316fa4d02c5e26eb2
parentbe26eb14da255514270773f9b90e9154c7a4c1c1 (diff)
Doc: Fix typo in comment
Change-Id: Iabf098e22398721f2087e2bbd02d128a75639315 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/widgets/widgets/qdockwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qdockwidget.h b/src/widgets/widgets/qdockwidget.h
index 8123bbb729..f93c3d7431 100644
--- a/src/widgets/widgets/qdockwidget.h
+++ b/src/widgets/widgets/qdockwidget.h
@@ -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: