┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorMarco Martin <[email protected]>2021-06-04 12:04:14 +0000
committerNate Graham <[email protected]>2021-06-04 12:04:14 +0000
commitdbabe22249781242c789d691c1f887046e71580e (patch)
treef8347d9be97aa1bf26ba1d3f4dcd2bf19c9b8a6c /src/global.h
parent9fcfbfb6e3b05d99e92472b78a6686e7526e77c6 (diff)
Add SortOrderForUrl method to DBus interface
adds a method to ask what's the sorting strategy (column and order) for a particular Url, as Dolphin can have directory-specific sorting strategies This makes possible for other apps that have lists of files, like Gwenview to use the same sorting when invoked from dolphin, ie opening an image CCBUG:236059
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 088e9c5b6..4f4eb890c 100644
--- a/src/global.h
+++ b/src/global.h
@@ -46,6 +46,8 @@ namespace Dolphin {
*/
QVector<QPair<QSharedPointer<OrgKdeDolphinMainWindowInterface>, QStringList>> dolphinGuiInstances(const QString& preferredService);
+ QPair<QString, Qt::SortOrder> sortOrderForUrl(QUrl &url);
+
/**
* TODO: Move this somewhere global to all KDE apps, not just Dolphin
*/