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

Method queryClose

src/kdiff3_shell.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48KDiff3Shell::~KDiff3Shell() = default;
49
50bool KDiff3Shell::queryClose()
51{
52 if(m_widget)
53 return m_widget->queryClose();
54 else
55 return true;
56}
57
58bool KDiff3Shell::queryExit()
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected