summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json
index 10969e3da8..075a69fdb1 100644
--- a/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json
@@ -38,7 +38,9 @@
"name": "Repo",
"trDisplayName": "Module:",
"mandatory": true,
- "type": "LineEdit"
+ "type": "LineEdit",
+ "isComplete": "%{JS: Vcs.isValidRepoUrl('%{vcsId}', '%{Repo}')}",
+ "trIncompleteMessage": "Repository URL is not valid"
},
{
"name": "Sp1",