From b5e620e790be98be10eeeb2553f3c74442888628 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 6 Dec 2021 10:01:20 -0800 Subject: [PATCH] Fix codecheck Signed-off-by: Louise Poubel --- include/ignition/gui/Helpers.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/ignition/gui/Helpers.hh b/include/ignition/gui/Helpers.hh index a83e7fa51..bb88ec828 100644 --- a/include/ignition/gui/Helpers.hh +++ b/include/ignition/gui/Helpers.hh @@ -80,11 +80,11 @@ namespace ignition QStringList worldNames(); - /// \brief Import path for ign-gui QML modules added to the Qt resource system - /// This helper function returns the QRC resource path where custom ignition QML - /// modules can be imported from. To import an ignition QML module, add this path - /// to the QML engine's import path list before attempting to load a QML file - /// that imports ignition QML modules. + /// \brief Import path for ign-gui QML modules added to the Qt resource + /// system. This helper function returns the QRC resource path where custom + /// ignition QML modules can be imported from. To import an ignition QML + /// module, add this path to the QML engine's import path list before + /// attempting to load a QML file that imports ignition QML modules. /// \return Resousrce path prefix as a string IGNITION_GUI_VISIBLE const QString qmlQrcImportPath();