Skip to content
Snippets Groups Projects
Commit fd44edce authored by Lasse Holmstedt's avatar Lasse Holmstedt Committed by con
Browse files

Fixed faulty init of Qml run config

(cherry picked from commit e6cb2614)
parent aa7c7738
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ QmlProjectRunConfiguration::QmlProjectRunConfiguration(Internal::QmlProjectTarge ...@@ -55,7 +55,7 @@ QmlProjectRunConfiguration::QmlProjectRunConfiguration(Internal::QmlProjectTarge
m_debugServerAddress("127.0.0.1"), m_debugServerAddress("127.0.0.1"),
m_debugServerPort(Constants::QML_DEFAULT_DEBUG_SERVER_PORT), m_debugServerPort(Constants::QML_DEFAULT_DEBUG_SERVER_PORT),
m_projectTarget(parent), m_projectTarget(parent),
m_usingCurrentFile(false), m_usingCurrentFile(true),
m_isEnabled(false) m_isEnabled(false)
{ {
ctor(); ctor();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment