From b23dc3a0bf963629b6244b0a752cf284ca6fbe61 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 3 Feb 2020 14:56:09 +0100 Subject: VcsBase: Partially move vcsTimeoutS() to VcsBaseClientSettings It's the source of information for this, and the plan is to ramp down and merge *Client and *BasePlugin. Change-Id: I13f813d1f94a2bd4a704d120493a28b92443605b Reviewed-by: Orgad Shaneh --- src/plugins/vcsbase/vcsbaseclientsettings.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/vcsbase/vcsbaseclientsettings.cpp') diff --git a/src/plugins/vcsbase/vcsbaseclientsettings.cpp b/src/plugins/vcsbase/vcsbaseclientsettings.cpp index de6a7a82f0..51acbfa491 100644 --- a/src/plugins/vcsbase/vcsbaseclientsettings.cpp +++ b/src/plugins/vcsbase/vcsbaseclientsettings.cpp @@ -361,6 +361,11 @@ FilePath VcsBaseClientSettings::binaryPath() const return d->m_binaryFullPath; } +int VcsBaseClientSettings::vcsTimeoutS() const +{ + return intValue(VcsBaseClientSettings::timeoutKey); +} + QStringList VcsBaseClientSettings::searchPathList() const { return stringValue(pathKey).split(HostOsInfo::pathListSeparator(), QString::SkipEmptyParts); -- cgit v1.2.1