forked from qt-creator/qt-creator
VCS: Consolidate submit editor actions setup
Change-Id: I36754779b6a9aa35de705b368daf8c2a1de058c6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
f1f506b479
commit
767137157e
@@ -114,7 +114,7 @@ private:
|
||||
void projectStatus();
|
||||
void updateDirectory();
|
||||
void updateProject();
|
||||
void submitCurrentLog();
|
||||
void commitFromEditor() override;
|
||||
void diffCommitFiles(const QStringList &);
|
||||
void logProject();
|
||||
void logRepository();
|
||||
@@ -188,10 +188,6 @@ private:
|
||||
QAction *m_updateRepositoryAction = nullptr;
|
||||
QAction *m_statusRepositoryAction = nullptr;
|
||||
|
||||
QAction *m_submitCurrentLogAction = nullptr;
|
||||
QAction *m_submitDiffAction = nullptr;
|
||||
QAction *m_submitUndoAction = nullptr;
|
||||
QAction *m_submitRedoAction = nullptr;
|
||||
QAction *m_menuAction = nullptr;
|
||||
bool m_submitActionTriggered = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user