MCPcopy Create free account
hub / github.com/KDE/kdevelop / closeEvent

Method closeEvent

kdevplatform/shell/progresswidget/progressdialog.cpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void ProgressDialog::closeEvent( QCloseEvent *e )
254{
255 e->accept();
256 hide();
257}
258
259/*
260 * Destructor

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected