diff options
author | Friedemann Kleint <[email protected]> | 2009-01-09 16:27:42 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-01-09 16:27:42 +0100 |
commit | 94d646a206a8a0bcd5e50c42ac633994e42ea88b (patch) | |
tree | b624bc1af49d75170b4ff3e6c57773823fc1d08c /src/plugins/git/branchmodel.h | |
parent | 5632709e0ac3442a7c3a7d8e25a86a7465587af2 (diff) |
Fixes: Added dbl-click handling for remote branches
Task:
RevBy:
AutoTest:
Details: Moved code to create a local branch from model to dialog which is slightly better since all the modifying app code is there.
Diffstat (limited to 'src/plugins/git/branchmodel.h')
-rw-r--r-- | src/plugins/git/branchmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/branchmodel.h b/src/plugins/git/branchmodel.h index 91b1ca84dc0..54c4c698a77 100644 --- a/src/plugins/git/branchmodel.h +++ b/src/plugins/git/branchmodel.h @@ -87,6 +87,7 @@ public: signals: void newBranchCreated(const QString &); + void newBranchEntered(const QString &); private slots: void slotNewBranchDelayedRefresh(); |