forked from qt-creator/qt-creator
Doc: Fix QDoc warnings in Extending Qt Creator Manual
Change-Id: I278ae2338427a7d65253d579d0a1ff7d53245c45 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -851,7 +851,7 @@ QList<IContext *> ICore::currentContextObjects()
|
||||
Returns the widget of the top level IContext of the current context, or \c
|
||||
nullptr if there is none.
|
||||
|
||||
\sa currentContextObject()
|
||||
\sa currentContextObjects()
|
||||
*/
|
||||
QWidget *ICore::currentContextWidget()
|
||||
{
|
||||
@@ -2300,7 +2300,7 @@ QList<IContext *> ICore::contextObjects(QWidget *widget)
|
||||
|
||||
\sa removeContextObject()
|
||||
\sa updateAdditionalContexts()
|
||||
\sa currentContextObject()
|
||||
\sa currentContextObjects()
|
||||
\sa {The Action Manager and Commands}
|
||||
*/
|
||||
|
||||
@@ -2319,7 +2319,7 @@ void ICore::addContextObject(IContext *context)
|
||||
|
||||
\sa addContextObject()
|
||||
\sa updateAdditionalContexts()
|
||||
\sa currentContextObject()
|
||||
\sa currentContextObjects()
|
||||
*/
|
||||
|
||||
void ICore::removeContextObject(IContext *context)
|
||||
|
||||
Reference in New Issue
Block a user