MCPcopy Create free account
hub / github.com/KDE/kdiff3 / actionCollection

Method actionCollection

src/kdiff3.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected