Debugger: Disable auto switching of debugger languages based on qmlfiles

This commit is contained in:
Lasse Holmstedt
2010-08-31 16:48:51 +02:00
parent c685c87fd1
commit 7c1f9fba8b
4 changed files with 3 additions and 8 deletions

View File

@@ -80,7 +80,6 @@ public:
QString qmlServerAddress;
quint16 qmlServerPort;
DebuggerEngineType cppEngineType; // for cpp+qml debugging
bool m_isQmlProject;
// for remote debugging
QString remoteChannel;