Skip to content

Commit

Permalink
ControllerScriptEngineBase: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jul 12, 2020
1 parent b619006 commit 5eb3e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/scripting/controllerscriptenginebase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ bool ControllerScriptEngineBase::initialize() {
// Create the Script Engine
m_pJSEngine = new QJSEngine(this);

// Make this ControllerScriptHandlerBase instance available to scripts as 'engine'.
QJSValue engineGlobalObject = m_pJSEngine->globalObject();

QJSValue mapper = m_pJSEngine->newQMetaObject(
Expand Down

0 comments on commit 5eb3e4f

Please sign in to comment.