aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-08-24 16:14:26 +0200
committerhjk <hjk@qt.io>2023-08-25 08:00:02 +0000
commit8d0aa34bfcd5604b9b93a8c002169b361db4316c (patch)
treef4e9adfe29ada7f2fe6b703c6b898978159187ed /src/plugins/cvs
parente1e1af36d25b363850c970ff657bba910aaadd1d (diff)
Plugins: A bit more Keys and Store
Change-Id: Iee55eeaa881dd9f2047fdbe95ad8d827f4ba34e0 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r--src/plugins/cvs/cvssettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvssettings.cpp b/src/plugins/cvs/cvssettings.cpp
index c6f9350b256..3a653d3804e 100644
--- a/src/plugins/cvs/cvssettings.cpp
+++ b/src/plugins/cvs/cvssettings.cpp
@@ -31,7 +31,7 @@ CvsSettings::CvsSettings()
binaryPath.setDefaultValue("cvs" QTC_HOST_EXE_SUFFIX);
binaryPath.setExpectedKind(PathChooser::ExistingCommand);
- binaryPath.setHistoryCompleter(QLatin1String("Cvs.Command.History"));
+ binaryPath.setHistoryCompleter("Cvs.Command.History");
binaryPath.setDisplayName(Tr::tr("CVS Command"));
binaryPath.setLabelText(Tr::tr("CVS command:"));