diff options
author | Petar Perisin <[email protected]> | 2013-07-04 01:03:53 +0200 |
---|---|---|
committer | Petar Perisin <[email protected]> | 2013-07-05 10:16:59 +0200 |
commit | 6312cc18e2e2d9a3a1d4146ad94e22a87e66d6e0 (patch) | |
tree | f54eb2c3e5e357a9070816116e3684f312a606e0 /src/plugins/git/gitclient.h | |
parent | 24d1e54490f7cb74ce9db0a3ece75cf916a5f8f9 (diff) |
Git - added ability to launch git gui
Change-Id: I65ed3e0408e43e354a289bbbd385aec2e254746c
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index faf39964683..67704aaed63 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -295,6 +295,7 @@ public: void launchGitK(const QString &workingDirectory, const QString &fileName); void launchGitK(const QString &workingDirectory) { launchGitK(workingDirectory, QString()); } + bool launchGitGui(const QString &workingDirectory); void launchRepositoryBrowser(const QString &workingDirectory); |