Files
qt-creator/doc/qtcreator
Alessandro Portale 7b4bc51dca Wizards: Use is[Any]PluginRunning
This replaces all occurrences of
  value('Plugins').indexOf('MyPlugin') >= 0
with
  isPluginRunning('myplugin')
And combines OR'ed sequences with AnyPluginRunning.

Tests for (Boot2Qt || Boot2QtQdb) are reduced to just boot2qt, since the
other one is history.

Change-Id: I21206116e2263579349c77ba3914f8ebfe1f089e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2024-10-30 12:37:45 +00:00
..
2024-10-30 12:37:45 +00:00