forked from qt-creator/qt-creator
Git: Disable all actions when inactive
Except "Create Repository" Change-Id: Ie012c3af349e0706e95b1cf09466a4f23c82c4d0 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a43f162d0a
commit
e154e0f513
@@ -199,6 +199,7 @@ private:
|
||||
void updateVersionWarning();
|
||||
|
||||
Core::CommandLocator *m_commandLocator;
|
||||
Core::ActionContainer *m_gitContainer;
|
||||
|
||||
QAction *m_submitCurrentAction;
|
||||
QAction *m_diffSelectedFilesAction;
|
||||
@@ -217,6 +218,7 @@ private:
|
||||
QAction *m_continueRevertAction;
|
||||
QAction *m_fixupCommitAction;
|
||||
QAction *m_interactiveRebaseAction;
|
||||
QAction *m_createRepositryAction;
|
||||
|
||||
QVector<Utils::ParameterAction *> m_fileActions;
|
||||
QVector<Utils::ParameterAction *> m_projectActions;
|
||||
|
||||
Reference in New Issue
Block a user