Home
last modified time | relevance | path

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

/dports/x11-fm/dolphin/dolphin-21.12.3/src/views/
H A Ddolphinviewactionhandler.h107 void slotDeleteItems();
H A Ddolphinviewactionhandler.cpp113 …ction = KStandardAction::deleteFile(this, &DolphinViewActionHandler::slotDeleteItems, m_actionColl… in createActions()
132 …ct(deleteWithTrashShortcut, &QAction::triggered, this, &DolphinViewActionHandler::slotDeleteItems); in createActions()
435 void DolphinViewActionHandler::slotDeleteItems() in slotDeleteItems() function in DolphinViewActionHandler
/dports/audio/juk/juk-21.12.3/
H A Dcollectionlist.h137 void slotDeleteItems(const KFileItemList &items);
H A Dcollectionlist.cpp234 void CollectionList::slotDeleteItems(const KFileItemList &items) in slotDeleteItems() function in CollectionList
H A Dplaylistcollection.cpp757 collection, &CollectionList::slotDeleteItems); in enableDirWatch()
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/app/
H A Dscangallery.h92 void slotDeleteItems();
H A Dkooka.cpp262 connect(deleteImageAction, SIGNAL(triggered()), m_view->gallery(), SLOT(slotDeleteItems())); in setupActions()
H A Dscangallery.cpp1138 void ScanGallery::slotDeleteItems() in slotDeleteItems() function in ScanGallery
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dstandardactionmanager.h399 Q_PRIVATE_SLOT(d, void slotDeleteItems())
H A Dstandardactionmanager.cpp97 …{"akonadi_item_delete", nullptr, nullptr, "edit-delete", nullptr, 0, SLOT(slotDeleteItems()), Norm…
1079 void slotDeleteItems() in slotDeleteItems() function in Akonadi::StandardActionManagerPrivate