| 94 | } |
| 95 | |
| 96 | KToolBar* KDiff3App::toolBar(const QLatin1String& toolBarId) const |
| 97 | { |
| 98 | assert(m_pKDiff3Shell != nullptr); |
| 99 | return m_pKDiff3Shell->toolBar(toolBarId); |
| 100 | } |
| 101 | |
| 102 | bool KDiff3App::isFileSaved() const |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected