summaryrefslogtreecommitdiff
path: root/src/plugins/perforce/perforcesettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/perforce/perforcesettings.h')
-rw-r--r--src/plugins/perforce/perforcesettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/perforce/perforcesettings.h b/src/plugins/perforce/perforcesettings.h
index f6c52957e6..f0754e982e 100644
--- a/src/plugins/perforce/perforcesettings.h
+++ b/src/plugins/perforce/perforcesettings.h
@@ -41,8 +41,8 @@ public:
QString *repositoryRoot /* = 0 */,
QString *errorMessage);
- int longTimeOutS() const { return timeOutS.value() * 10; }
- int timeOutMS() const { return timeOutS.value() * 1000; }
+ int longTimeOutS() const { return timeOutS() * 10; }
+ int timeOutMS() const { return timeOutS() * 1000; }
Utils::FilePath topLevel() const;
Utils::FilePath topLevelSymLinkTarget() const;