| 124 | } |
| 125 | |
| 126 | QAction *GitMenuManager::gitAction() const |
| 127 | { |
| 128 | auto mGit = ActionManager::instance()->actionContainer(M_GIT); |
| 129 | return mGit->containerAction(); |
| 130 | } |
| 131 | |
| 132 | void GitMenuManager::createGitSubMenu() |
| 133 | { |
no test coverage detected