Doc: Fix QDoc warnings in icore.cpp

Change-Id: I2d042af2c2e7f7678b76a519256f6983428e22a4
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2025-01-17 15:39:50 +01:00
parent fc8f7c631a
commit 015b47678a

View File

@@ -122,6 +122,8 @@ Q_LOGGING_CATEGORY(coreLog, "qtc.core", QtWarningMsg)
Uses a regular epression as a search term.
\value FindPreserveCase
Preserves the case when replacing search terms.
\value DontFindBinaryFiles
Does not include binary files in search results.
*/
/*!
@@ -871,8 +873,14 @@ Utils::InfoBar *ICore::infoBar()
/*!
Shows a modal dialog that asks the user if they want to restart \QC.
Uses \a text as the main text in the dialog, and triggers a restart
of \QC if the user chooses that option.
of \QC if the user selects the \uicontrol {Restart Now} button.
The dialog also has a \uicontrol Later button. To change the text of the
\uicontrol Later button, set \a altButtonText.
Returns \c true if the user selects \uicontrol {Restart Now}.
*/
bool ICore::askForRestart(const QString &text, const QString &altButtonText)
{