X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/6072005ddce81b456fdcf2e77d5156a1d86f3686..f9569eb19d3dad9693312015436a5419322a3a1b:/src/dbusinterface.h diff --git a/src/dbusinterface.h b/src/dbusinterface.h index 9b183384d..fc465cba0 100644 --- a/src/dbusinterface.h +++ b/src/dbusinterface.h @@ -16,9 +16,11 @@ class DBusInterface : QObject public: DBusInterface(); - Q_SCRIPTABLE void ShowFolders(const QStringList& uriList, const QString& startUpId); - Q_SCRIPTABLE void ShowItems(const QStringList& uriList, const QString& startUpId); - Q_SCRIPTABLE void ShowItemProperties(const QStringList& uriList, const QString& startUpId); + Q_SCRIPTABLE void ShowFolders(const QStringList &uriList, const QString &startUpId); + Q_SCRIPTABLE void ShowItems(const QStringList &uriList, const QString &startUpId); + Q_SCRIPTABLE void ShowItemProperties(const QStringList &uriList, const QString &startUpId); + + Q_SCRIPTABLE void SortOrderForUrl(const QString &url, QString &role, QString &order); /** * Set whether this interface has been created by dolphin --daemon.