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

Method optionsShowToolbar

src/kdiff3_shell.cpp:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void KDiff3Shell::optionsShowToolbar()
77{
78 // this is all very cut and paste code for showing/hiding the
79 // toolbar
80 if(m_toolbarAction->isChecked())
81 toolBar()->show();
82 else
83 toolBar()->hide();
84}
85
86void KDiff3Shell::optionsShowStatusbar()
87{

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
hideMethod · 0.80

Tested by

no test coverage detected