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

Method toolBar

src/kdiff3.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96KToolBar* KDiff3App::toolBar(const QLatin1String& toolBarId) const
97{
98 assert(m_pKDiff3Shell != nullptr);
99 return m_pKDiff3Shell->toolBar(toolBarId);
100}
101
102bool KDiff3App::isFileSaved() const
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected