X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5360bc3ab328c8b1161b0c5df9c5785829a3e880..4102ccb80457eea44ea280f0ace2a419602bc34b:/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.