forked from qt-creator/qt-creator
VCS[cvs,subversion]: Add diff options and enable reverting chunks.
Create VCSBaseEditorParameterWidget as a base class for setting the diff arguments lists and wire it up to trigger a re-run of diff on reverting. Enable reverting of chunks for cvs, subversion.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Locator {
|
||||
|
||||
namespace CVS {
|
||||
namespace Internal {
|
||||
|
||||
struct CvsDiffParameters;
|
||||
class CVSSubmitEditor;
|
||||
class CVSControl;
|
||||
|
||||
@@ -132,6 +132,7 @@ private slots:
|
||||
void editCurrentFile();
|
||||
void uneditCurrentFile();
|
||||
void uneditCurrentRepository();
|
||||
void cvsDiff(const CVS::Internal::CvsDiffParameters &p);
|
||||
|
||||
protected:
|
||||
virtual void updateActions(VCSBase::VCSBasePlugin::ActionState);
|
||||
|
||||
Reference in New Issue
Block a user