docs: Fix obs_frontend_add_dock deprecation version

This commit is contained in:
tytan652
2023-08-17 04:54:01 -07:00
committed by Lain
parent 79232c3cec
commit 595306cd54
+1 -1
View File
@@ -450,7 +450,7 @@ Functions
:param dock: QDockWidget to add/create
:return: A pointer to the added QAction
.. deprecated:: 29.1
.. deprecated:: 30.0
Prefer :c:func:`obs_frontend_add_dock_by_id()` or
:c:func:`obs_frontend_add_custom_qdock()` instead.