Skip to content

Commit

Permalink
Fix codecheck
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Dec 6, 2021
1 parent 1827899 commit b5e620e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/ignition/gui/Helpers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b5e620e

Please sign in to comment.