Browse Source

docs: Fix obs_frontend_add_dock deprecation version

tytan652 2 years ago
parent
commit
595306cd54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sphinx/reference-frontend-api.rst

+ 1 - 1
docs/sphinx/reference-frontend-api.rst

@@ -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.