forked from qt-creator/qt-creator
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:
@@ -92,7 +92,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="usePythonDumper">
|
||||
<property name="text">
|
||||
<string>Use Python dumper when available</string>
|
||||
<string>Use Python dumper</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user