┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinplacesmodelsingleton.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-09-29 09:29:16 +0200
committerMéven Car <[email protected]>2023-09-30 07:15:18 +0000
commitcff402356e269d562a3acf2292cfdac233b1032c (patch)
tree9736345136ee73994467506248171243b6f46214 /src/dolphinplacesmodelsingleton.h
parent55a0a2fac47ed8cef9d65716b66ccbb71e411e6c (diff)
DolphinPlacesModel: remove usage of alternativeApplicationName
This is now not needed anymore since `PlacesItemModel::cleanupBookmarks` (now removed) from https://phabricator.kde.org/D9333 has run for on users systems.
Diffstat (limited to 'src/dolphinplacesmodelsingleton.h')
-rw-r--r--src/dolphinplacesmodelsingleton.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphinplacesmodelsingleton.h b/src/dolphinplacesmodelsingleton.h
index a0524068f..161a19cbc 100644
--- a/src/dolphinplacesmodelsingleton.h
+++ b/src/dolphinplacesmodelsingleton.h
@@ -23,7 +23,7 @@ class DolphinPlacesModel : public KFilePlacesModel
Q_OBJECT
public:
- explicit DolphinPlacesModel(const QString &alternativeApplicationName, QObject *parent = nullptr);
+ explicit DolphinPlacesModel(QObject *parent = nullptr);
~DolphinPlacesModel() override;
bool panelsLocked() const;
@@ -54,9 +54,6 @@ public:
static DolphinPlacesModelSingleton &instance();
DolphinPlacesModel *placesModel() const;
- /** A suffix to the application-name of the stored bookmarks is
- added, which is only read by PlacesItemModel. */
- static QString applicationNameSuffix();
DolphinPlacesModelSingleton(const DolphinPlacesModelSingleton &) = delete;
DolphinPlacesModelSingleton &operator=(const DolphinPlacesModelSingleton &) = delete;