MCPcopy Create free account
hub / github.com/KDE/kdiff3 / ~KDiff3App

Method ~KDiff3App

src/kdiff3.cpp:742–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742KDiff3App::~KDiff3App()
743{
744 delete m_totalDiffStatus;
745
746 if(mRunnablesStarted)
747 {
748 g_pProgressDialog->cancel(ProgressDialog::eExit);
749 }
750
751 // Prevent spurious focus change signals from Qt from being picked up by KDiff3App during destruction.
752 QObject::disconnect(qApp, &QApplication::focusChanged, this, &KDiff3App::slotFocusChanged);
753};
754
755/**
756 * Helper function used to create actions into the ac collection

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.80

Tested by

no test coverage detected