Obsolete Members for KDirOperator
The following members of class KDirOperator are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated in 6.15) virtual KIO::DeleteJob * | del(const KFileItemList &items, QWidget *parent = nullptr, bool ask = true, bool showProgress = true) |
Member Function Documentation
[virtual, deprecated in 6.15]
KIO::DeleteJob *KDirOperator::del(const KFileItemList &items, QWidget *parent = nullptr, bool ask = true, bool showProgress = true)
This function is deprecated since 6.15. We strongly advise against using it in new code.
Starts and returns a KIO::DeleteJob to delete the given items.
items the list of items to be deleted
parent the parent widget used for the confirmation dialog
ask specifies whether a confirmation dialog should be shown
showProgress passed to the DeleteJob to show a progress dialog