aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/gitconstants.h')
-rw-r--r--src/plugins/git/gitconstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h
index a4fce448399..6d81196c328 100644
--- a/src/plugins/git/gitconstants.h
+++ b/src/plugins/git/gitconstants.h
@@ -30,6 +30,8 @@
namespace Git {
namespace Constants {
+const char GIT_PLUGIN[] = "GitPlugin";
+
const char GIT_COMMAND_LOG_EDITOR_ID[] = "Git Command Log Editor";
const char GIT_COMMAND_LOG_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Git Command Log Editor");
const char GIT_LOG_EDITOR_ID[] = "Git File Log Editor";