Home
last modified time | relevance | path

Searched refs:slotCancelled (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/krename/krename-5.0.1/src/
H A Dprogressdialog.cpp43 this, &ProgressDialog::slotCancelled); in ProgressDialog()
61 void ProgressDialog::slotCancelled() in slotCancelled() function in ProgressDialog
H A Dprogressdialog.h112 void slotCancelled();
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/kimgalleryplugin/
H A Dimgalleryplugin.h32 void slotCancelled();
H A Dimgalleryplugin.cpp86 … connect(m_progressDlg, &QProgressDialog::canceled, this, &KImGalleryPlugin::slotCancelled); in slotExecute()
524 void KImGalleryPlugin::slotCancelled() in slotCancelled() function in KImGalleryPlugin
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/DiskUsage/
H A Ddiskusage.h196 void slotCancelled();
H A Ddiskusage.cpp172 connect(cancelButton, SIGNAL(clicked()), this, SLOT(slotCancelled())); in LoaderWidget()
192 void LoaderWidget::slotCancelled() in slotCancelled() function in LoaderWidget
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopetetransfermanager.h298 void slotCancelled();
H A Dkopetetransfermanager.cpp296 void Kopete::Transfer::slotCancelled() in slotCancelled() function in Kopete::Transfer
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/
H A Doscarcontact.cpp383 connect( ftHandler, SIGNAL(transferCancelled()), transfer, SLOT(slotCancelled()) ); in sendFile()
H A Doscaraccount.cpp558 QObject::connect( ftHandler, SIGNAL(transferCancelled()), transfer, SLOT(slotCancelled()) ); in fileTransferAccept()