summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/aspects/qaspectengine.cpp')
-rw-r--r--src/core/aspects/qaspectengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/aspects/qaspectengine.cpp b/src/core/aspects/qaspectengine.cpp
index 1467f0cff..b7a8c84b1 100644
--- a/src/core/aspects/qaspectengine.cpp
+++ b/src/core/aspects/qaspectengine.cpp
@@ -276,8 +276,8 @@ void QAspectEnginePrivate::exitSimulationLoop()
/*!
* Registers a new \a aspect to the AspectManager. The QAspectEngine takes
* ownership of the aspect and will delete it when the aspect is unregistered.
+ //! Called in the main thread
*/
-// Called in the main thread
void QAspectEngine::registerAspect(QAbstractAspect *aspect)
{
Q_D(QAspectEngine);