bool supportsDropping(int index) const override;
+ bool canEnterOnHover(int index) const override;
+
QString roleDescription(const QByteArray &role) const override;
QList<QPair<int, QVariant>> groups() const override;
* Is emitted if an error message (e.g. "Unknown location")
* should be shown.
*/
- void errorMessage(const QString &message);
+ void errorMessage(const QString &message, const int kioErrorCode);
/**
* Is emitted if a redirection from the current URL \a oldUrl
*/
bool isChildItem(int index) const;
+ void scheduleResortAllItems();
+
/**
* Is invoked by KFileItemModelRolesUpdater and results in emitting the
* sortProgress signal with a percent-value of the progress.