forked from qt-creator/qt-creator
Krazy fixes (spelling, single char strings, char constants).
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
#include <QtGui/QFileDialog>
|
||||
#include <QtGui/QMessageBox>
|
||||
|
||||
static const char *headerSuffixKeyC = "HeaderSuffix";
|
||||
static const char *sourceSuffixKeyC = "SourceSuffix";
|
||||
static const char *licenseTemplatePathKeyC = "LicenseTemplate";
|
||||
static const char headerSuffixKeyC[] = "HeaderSuffix";
|
||||
static const char sourceSuffixKeyC[] = "SourceSuffix";
|
||||
static const char licenseTemplatePathKeyC[] = "LicenseTemplate";
|
||||
|
||||
const char *licenseTemplateTemplate = QT_TRANSLATE_NOOP("CppTools::Internal::CppFileSettingsWidget",
|
||||
"/**************************************************************************\n"
|
||||
|
||||
Reference in New Issue
Block a user