forked from qt-creator/qt-creator
Replace QLatin1String, QStringLiteral ("") with QString()
Change-Id: I21e6165e7e8858df8436c04c9afcc1be5242bda4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -44,7 +44,7 @@ CvsSettings::CvsSettings()
|
||||
{
|
||||
setSettingsGroup(QLatin1String("CVS"));
|
||||
declareKey(binaryPathKey, QLatin1String("cvs" QTC_HOST_EXE_SUFFIX));
|
||||
declareKey(cvsRootKey, QLatin1String(""));
|
||||
declareKey(cvsRootKey, QString());
|
||||
declareKey(diffOptionsKey, QLatin1String("-du"));
|
||||
declareKey(describeByCommitIdKey, true);
|
||||
declareKey(diffIgnoreWhiteSpaceKey, false);
|
||||
|
||||
Reference in New Issue
Block a user