QmlJSInspector: Disable "Live Editing" for default

Change-Id: I36ae490cfc38ceb8b8d7bf9256c7a786866defbc
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-03-30 11:53:57 +02:00
committed by Kai Koehne
parent 48154450de
commit 250b612dd0

View File

@@ -168,7 +168,7 @@ void QmlJsInspectorToolBar::createActions()
Core::ActionManager *am = Core::ICore::actionManager(); Core::ActionManager *am = Core::ICore::actionManager();
m_fromQmlAction = new Utils::SavedAction(this); m_fromQmlAction = new Utils::SavedAction(this);
m_fromQmlAction->setDefaultValue(true); m_fromQmlAction->setDefaultValue(false);
m_fromQmlAction->setSettingsKey(QLatin1String(Constants::S_QML_INSPECTOR), m_fromQmlAction->setSettingsKey(QLatin1String(Constants::S_QML_INSPECTOR),
QLatin1String(Constants::FROM_QML_ACTION)); QLatin1String(Constants::FROM_QML_ACTION));
m_fromQmlAction->setText(tr("Apply Changes on Save")); m_fromQmlAction->setText(tr("Apply Changes on Save"));