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

Method optionsShowStatusbar

src/kdiff3_shell.cpp:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void KDiff3Shell::optionsShowStatusbar()
87{
88 // this is all very cut and paste code for showing/hiding the
89 // statusbar
90 if(m_statusbarAction->isChecked())
91 statusBar()->show();
92 else
93 statusBar()->hide();
94}
95
96void KDiff3Shell::optionsConfigureKeys()
97{

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
hideMethod · 0.80

Tested by

no test coverage detected