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.
This commit is contained in:
Friedemann Kleint
2009-01-09 16:27:42 +01:00
parent 5632709e0a
commit 94d646a206
4 changed files with 102 additions and 29 deletions

View File

@@ -87,6 +87,7 @@ public:
signals:
void newBranchCreated(const QString &);
void newBranchEntered(const QString &);
private slots:
void slotNewBranchDelayedRefresh();