forked from qt-creator/qt-creator
more style fixes of string literal access
Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -50,7 +50,7 @@ class QmlProjectRunConfiguration;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
const char * const CURRENT_FILE = QT_TRANSLATE_NOOP("QmlManager", "<Current File>");
|
||||
const char CURRENT_FILE[] = QT_TRANSLATE_NOOP("QmlManager", "<Current File>");
|
||||
|
||||
class QmlProjectRunConfigurationWidget : public QWidget
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user