Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ statusBar
Method
statusBar
src/kdiff3.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
QStatusBar* KDiff3App::statusBar() const
90
{
91
assert(m_pKDiff3Shell != nullptr);
92
93
return m_pKDiff3Shell->statusBar();
94
}
95
96
KToolBar* KDiff3App::toolBar(const QLatin1String& toolBarId) const
97
{
Callers
1
mainWindowEnable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected