From a43c91b16ddbbf1a099a2571d13a93a209c7f5db Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 29 Jun 2021 13:29:22 +0200 Subject: [PATCH] Doc: Document locator filters for version control systems Only Git was mentioned this far. Only Git is supported by QDS, so use conditional text. Task-number: QTCREATORBUG-25642 Change-Id: If2c27bd5def8c4e4bee30558174127024458449a Reviewed-by: Eike Ziller Reviewed-by: Orgad Shaneh --- doc/qtcreator/src/editors/creator-locator.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/qtcreator/src/editors/creator-locator.qdoc b/doc/qtcreator/src/editors/creator-locator.qdoc index cfd44c19de5..cae350b2d58 100644 --- a/doc/qtcreator/src/editors/creator-locator.qdoc +++ b/doc/qtcreator/src/editors/creator-locator.qdoc @@ -139,11 +139,12 @@ \li Executing shell commands (\c {!}) - \li Executing version control system commands (\c {git}). + \li Executing version control system commands \if defined(qtcreator) - For more information, see \l{Using Version Control Systems} + (\c {bzr}, \c {cvs}, \c {git}, \c {hg}, or \c {svn}). + For more information, see \l{Using Version Control Systems}. \else - For more information, see \l{Using Git} + (\c {git}). For more information, see \l{Using Git}. \endif \li Triggering menu items from the main menu (\c {t})