Debugger: Remove 'available' part of the cdb python setting

Since the cdbextension is now shipped with python the majority of users
should have this extension.

Change-Id: Iea8802ccd118ea421767f41666d03c59e7027e03
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
David Schulz
2017-04-13 09:16:27 +02:00
parent 3ee2445fb1
commit 024858ff9d

View File

@@ -92,7 +92,7 @@
<item> <item>
<widget class="QCheckBox" name="usePythonDumper"> <widget class="QCheckBox" name="usePythonDumper">
<property name="text"> <property name="text">
<string>Use Python dumper when available</string> <string>Use Python dumper</string>
</property> </property>
</widget> </widget>
</item> </item>