X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/67ebd66f94356b4e66005b1072919cb7b5e858bb..be51e7233294263e3c2866e101e1151dbc61ccbe:/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.