summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifsimulationengine.cpp
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2024-06-19 11:21:07 +0200
committerDominik Holland <dominik.holland@qt.io>2024-06-19 15:52:26 +0200
commit6bae2c6afddea2eb917c716ad8be112f20158ad0 (patch)
tree339a3fa54613d657be15efbbea25f700734918e6 /src/interfaceframework/qifsimulationengine.cpp
parentb290de843c517c047e7db26a3430e22e862c8cce (diff)
doc: Fix some more link errors
Pick-to: 6.8 Change-Id: I04026bd63b5cb7fc7d14eed6c5c1ce4228cfdb6e Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'src/interfaceframework/qifsimulationengine.cpp')
-rw-r--r--src/interfaceframework/qifsimulationengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaceframework/qifsimulationengine.cpp b/src/interfaceframework/qifsimulationengine.cpp
index 5f63ab08..279f7864 100644
--- a/src/interfaceframework/qifsimulationengine.cpp
+++ b/src/interfaceframework/qifsimulationengine.cpp
@@ -228,7 +228,7 @@ QIfSimulationEngine::QIfSimulationEngine(QObject *parent)
Constructs a new QIfSimulationEngine with the given \a identifier and \a parent.
The \a identifier can be used to override the simulation QML file or the simulation data file.
- \sa Runtime Override
+ \sa {Runtime Override}
*/
QIfSimulationEngine::QIfSimulationEngine(const QString &identifier, QObject *parent)
: QQmlApplicationEngine (parent)