forked from qt-creator/qt-creator
BranchView: Return recipe instead of TaskTree
Change-Id: I51c6c4f7d03f264e69c637f081017d88a5ac027b Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ class QToolButton;
|
||||
class QTreeView;
|
||||
QT_END_NAMESPACE;
|
||||
|
||||
namespace Tasking { class TaskTree; }
|
||||
namespace Tasking { class Group; }
|
||||
|
||||
namespace Utils {
|
||||
class ElidingLabel;
|
||||
@@ -56,7 +56,7 @@ private:
|
||||
bool remove();
|
||||
bool rename();
|
||||
bool reset(const QByteArray &resetType);
|
||||
Tasking::TaskTree *onFastForwardMerge(const std::function<void()> &callback);
|
||||
Tasking::Group fastForwardMergeRecipe(const std::function<void()> &callback);
|
||||
bool merge(bool allowFastForward);
|
||||
void rebase();
|
||||
bool cherryPick();
|
||||
|
||||
Reference in New Issue
Block a user