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:
Nikita Baryshnikov
2017-08-07 13:21:21 +03:00
parent 9c9baaac04
commit 8de69d7b5f
8 changed files with 13 additions and 13 deletions

View File

@@ -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);