forked from qt-creator/qt-creator
VCS[git]: Add 'Revert this chunk' context menu option to diff view.
Implement in git. Add infrastructure to revert single chhunks by using patch -R. Currently only implemented in git since only that has functionality to re-run diff. Rubber-stamped-by: hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -306,6 +306,8 @@ public:
|
||||
const QStringList &args);
|
||||
|
||||
virtual QStringList arguments() const = 0;
|
||||
|
||||
public slots:
|
||||
virtual void redoCommand() = 0;
|
||||
|
||||
protected slots:
|
||||
|
||||
Reference in New Issue
Block a user