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

Method slotHide

kdevplatform/shell/progresswidget/progressdialog.cpp:355–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355void ProgressDialog::slotHide()
356{
357 // check if a new item showed up since we started the timer. If not, hide
358 if ( mTransactionsToListviewItems.isEmpty() ) {
359 setVisible( false );
360 }
361 mWasLastShown = false;
362}
363
364void ProgressDialog::slotClose()
365{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected