From a60960cfbc5a254cf1ee46ee3cf4ada7c5cc8ca0 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Wed, 6 Oct 2010 12:08:29 +0200
Subject: [PATCH] QmlJSInspector: Enable plugin by default

We disabled it because it should be considered experimental ...
but this creates problems with the debugger setup (Observer pane
doesn't show up even if the plugin is activated).

Carsten Owerfeldt agreed with this.
---
 src/plugins/qmljsinspector/QmlJSInspector.pluginspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/qmljsinspector/QmlJSInspector.pluginspec b/src/plugins/qmljsinspector/QmlJSInspector.pluginspec
index f2063d25b51..e6c2eb55f99 100644
--- a/src/plugins/qmljsinspector/QmlJSInspector.pluginspec
+++ b/src/plugins/qmljsinspector/QmlJSInspector.pluginspec
@@ -1,4 +1,4 @@
-<plugin name="QmlJSInspector" version="2.0.93" compatVersion="2.0.93" experimental="true">
+<plugin name="QmlJSInspector" version="2.0.92" compatVersion="2.0.93">
     <vendor>Nokia Corporation</vendor>
     <copyright>(C) 2010 Nokia Corporation</copyright>
     <license>
-- 
GitLab