forked from qt-creator/qt-creator
Adapt to upstream VCS change
Change-Id: I4097fb789a887e656d510a3fff67f5bf396a9a0a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
3cc4d74465
commit
d3998c6319
@@ -91,13 +91,12 @@ private:
|
||||
void configureRepository();
|
||||
void commit();
|
||||
void showCommitWidget(const QList<VcsBase::VcsBaseClient::StatusItem> &status);
|
||||
void commitFromEditor();
|
||||
void commitFromEditor() override;
|
||||
void diffFromEditorSelected(const QStringList &files);
|
||||
void createRepository();
|
||||
|
||||
// Methods
|
||||
void createMenu(const Core::Context &context);
|
||||
void createSubmitEditorActions();
|
||||
void createFileActions(const Core::Context &context);
|
||||
void createDirectoryActions(const Core::Context &context);
|
||||
void createRepositoryActions(const Core::Context &context);
|
||||
@@ -124,10 +123,6 @@ private:
|
||||
QAction *m_createRepositoryAction = nullptr;
|
||||
|
||||
// Submit editor actions
|
||||
QAction *m_editorCommit = nullptr;
|
||||
QAction *m_editorDiff = nullptr;
|
||||
QAction *m_editorUndo = nullptr;
|
||||
QAction *m_editorRedo = nullptr;
|
||||
QAction *m_menuAction = nullptr;
|
||||
|
||||
QString m_submitRepository;
|
||||
|
||||
Reference in New Issue
Block a user