forked from qt-creator/qt-creator
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:
@@ -87,6 +87,7 @@ public:
|
||||
|
||||
signals:
|
||||
void newBranchCreated(const QString &);
|
||||
void newBranchEntered(const QString &);
|
||||
|
||||
private slots:
|
||||
void slotNewBranchDelayedRefresh();
|
||||
|
||||
Reference in New Issue
Block a user