| 80 | constexpr QLatin1String MAIN_TOOLBAR_NAME = QLatin1String("mainToolBar", sizeof("mainToolBar") - 1); |
| 81 | |
| 82 | KActionCollection* KDiff3App::actionCollection() const |
| 83 | { |
| 84 | assert(m_pKDiff3Shell != nullptr); |
| 85 | |
| 86 | return m_pKDiff3Shell->actionCollection(); |
| 87 | } |
| 88 | |
| 89 | QStatusBar* KDiff3App::statusBar() const |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected