summaryrefslogtreecommitdiff
path: root/src/plugins/perforce
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-29 14:34:07 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-05-11 11:51:53 +0000
commit75f067550f15fe384f2b59989a90dcb7dd8d5e43 (patch)
treecd33c43e575a483a0d7a5516e71a9b29c16d33b7 /src/plugins/perforce
parentf5dcc93b7e816a7d728082a9f8261595104abe89 (diff)
downloadqt-creator-75f067550f15fe384f2b59989a90dcb7dd8d5e43.tar.gz
IVersionControl: Add method to get a ShellCommand for initial checkouts
Change-Id: Iabc056dad186d788003b221afb34303c37fef728 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/perforce')
-rw-r--r--src/plugins/perforce/perforceversioncontrol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/perforce/perforceversioncontrol.cpp b/src/plugins/perforce/perforceversioncontrol.cpp
index 8ae4b02c06..5e7cb29bb0 100644
--- a/src/plugins/perforce/perforceversioncontrol.cpp
+++ b/src/plugins/perforce/perforceversioncontrol.cpp
@@ -76,6 +76,7 @@ bool PerforceVersionControl::supportsOperation(Operation operation) const
return supported;
case CreateRepositoryOperation:
case SnapshotOperations:
+ case InitialCheckoutOperation:
break;
}
return false;