forked from qt-creator/qt-creator
Use the canonical version of defining string literals
Change-Id: If36658de6f68f552f93830ba4f1cfa9994a2e44c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -52,9 +52,9 @@
|
||||
#include <QTest>
|
||||
#endif
|
||||
|
||||
static const char C_IGNORED_PLUGINS[] = "Plugins/Ignored";
|
||||
static const char C_FORCEENABLED_PLUGINS[] = "Plugins/ForceEnabled";
|
||||
static const int DELAYED_INITIALIZE_INTERVAL = 20; // ms
|
||||
const char C_IGNORED_PLUGINS[] = "Plugins/Ignored";
|
||||
const char C_FORCEENABLED_PLUGINS[] = "Plugins/ForceEnabled";
|
||||
const int DELAYED_INITIALIZE_INTERVAL = 20; // ms
|
||||
|
||||
typedef QList<ExtensionSystem::PluginSpec *> PluginSpecSet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user