forked from qt-creator/qt-creator
VCS[git]: Reorganize menu action creation/Start SVN submenu.
Create actions with convenient factory functions, do enabling per file/project/repository centrally.
This commit is contained in:
@@ -154,6 +154,10 @@ public:
|
||||
void pull(const QString &workingDirectory);
|
||||
void push(const QString &workingDirectory);
|
||||
|
||||
// git svn support (asynchronous).
|
||||
void subversionFetch(const QString &workingDirectory);
|
||||
void subversionLog(const QString &workingDirectory);
|
||||
|
||||
void stashPop(const QString &workingDirectory);
|
||||
void revert(const QStringList &files);
|
||||
void branchList(const QString &workingDirectory);
|
||||
|
||||
Reference in New Issue
Block a user