summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifsimulationengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaceframework/qifsimulationengine.cpp')
-rw-r--r--src/interfaceframework/qifsimulationengine.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/interfaceframework/qifsimulationengine.cpp b/src/interfaceframework/qifsimulationengine.cpp
index 47a44f8d..8be4ab60 100644
--- a/src/interfaceframework/qifsimulationengine.cpp
+++ b/src/interfaceframework/qifsimulationengine.cpp
@@ -216,11 +216,20 @@ using namespace qtif_helper;
\endcode
*/
+/*!
+ Constructs a new QIfSimulationEngine with the given \a parent.
+*/
QIfSimulationEngine::QIfSimulationEngine(QObject *parent)
: QIfSimulationEngine(QString(), 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
+*/
QIfSimulationEngine::QIfSimulationEngine(const QString &identifier, QObject *parent)
: QQmlApplicationEngine (parent)
, m_globalObject(new QIfSimulationGlobalObject)