summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseclient.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-10 14:44:17 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-13 10:47:08 +0000
commit7719fb669cc522e2b1846b05e22fb1d0a6317963 (patch)
treecf1edd663f9b65dc21eb523573be9ce7a0a26a39 /src/plugins/vcsbase/vcsbaseclient.h
parenta55fb4a378644ab641f0663c8f2577f48a905491 (diff)
downloadqt-creator-7719fb669cc522e2b1846b05e22fb1d0a6317963.tar.gz
Vcs: Standardize on second based timeouts
Change-Id: Ia273fda05a4c4a1934819f26e5dc1b6b80a89f6f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/vcsbase/vcsbaseclient.h')
-rw-r--r--src/plugins/vcsbase/vcsbaseclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/vcsbaseclient.h b/src/plugins/vcsbase/vcsbaseclient.h
index aae128ceb3..1a70f7cfa1 100644
--- a/src/plugins/vcsbase/vcsbaseclient.h
+++ b/src/plugins/vcsbase/vcsbaseclient.h
@@ -74,7 +74,7 @@ public:
VcsBaseClientSettings &settings() const;
virtual Utils::FileName vcsBinary() const;
- int vcsTimeout() const;
+ int vcsTimeoutS() const;
enum JobOutputBindMode {
NoOutputBind,