diff options
author | hjk <[email protected]> | 2008-12-02 15:08:31 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 15:08:31 +0100 |
commit | df7aacd637057300dd20abd06950fc4795c55bf6 (patch) | |
tree | 243adce5bc97bf855cdf32c141d5da8cd766a9e1 /src/plugins/git/gitconstants.h | |
parent | 2ef79dca1cd017ecada24430e15a0b8be6b27cb0 (diff) |
more file cosmetics
Diffstat (limited to 'src/plugins/git/gitconstants.h')
-rw-r--r-- | src/plugins/git/gitconstants.h | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h index af5e5f15b2a..935310f68ea 100644 --- a/src/plugins/git/gitconstants.h +++ b/src/plugins/git/gitconstants.h @@ -30,29 +30,32 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef GIT_CONSTANTS_H #define GIT_CONSTANTS_H namespace Git { - namespace Constants { - const char * const GIT_COMMAND_LOG_EDITOR_KIND = "Git Command Log Editor"; - const char * const GIT_LOG_EDITOR_KIND = "Git File Log Editor"; - const char * const GIT_BLAME_EDITOR_KIND = "Git Annotation Editor"; - const char * const GIT_DIFF_EDITOR_KIND = "Git Diff Editor"; - - const char * const C_GITSUBMITEDITOR = "Git Submit Editor"; - const char * const GITSUBMITEDITOR_KIND = "Git Submit Editor"; - const char * const SUBMIT_CURRENT = "Nokia.Git.SubmitCurrentLog"; - const char * const DIFF_SELECTED = "Nokia.Git.DiffSelectedFilesInLog"; - const char * const SUBMIT_MIMETYPE = "application/vnd.nokia.text.git.submit"; - - // TODO: For the moment, trust p4 is loaded... - const char * const ICON_SUBMIT = ":/trolltech.perforce/images/submit.png"; - const char * const ICON_DIFF = ":/trolltech.perforce/images/diff.png"; - - const char * const DIFF_FILE_INDICATOR = "--- "; - enum { debug = 0 }; - } -} +namespace Constants { + +const char * const GIT_COMMAND_LOG_EDITOR_KIND = "Git Command Log Editor"; +const char * const GIT_LOG_EDITOR_KIND = "Git File Log Editor"; +const char * const GIT_BLAME_EDITOR_KIND = "Git Annotation Editor"; +const char * const GIT_DIFF_EDITOR_KIND = "Git Diff Editor"; + +const char * const C_GITSUBMITEDITOR = "Git Submit Editor"; +const char * const GITSUBMITEDITOR_KIND = "Git Submit Editor"; +const char * const SUBMIT_CURRENT = "Nokia.Git.SubmitCurrentLog"; +const char * const DIFF_SELECTED = "Nokia.Git.DiffSelectedFilesInLog"; +const char * const SUBMIT_MIMETYPE = "application/vnd.nokia.text.git.submit"; + +// TODO: For the moment, trust p4 is loaded... +const char * const ICON_SUBMIT = ":/trolltech.perforce/images/submit.png"; +const char * const ICON_DIFF = ":/trolltech.perforce/images/diff.png"; + +const char * const DIFF_FILE_INDICATOR = "--- "; +enum { debug = 0 }; + +} // namespace Constants +} // namespace Git #endif // GIT_CONSTANTS_H |