]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinplacesmodelsingleton.h
DolphinStatusbar: Fix background and margins for non-Breeze styles
[dolphin.git] / src / dolphinplacesmodelsingleton.h
index a0524068f5d2e1d8f5a5826ccff34355a32f8813..161a19cbc82beae5a4a5fdb92ec1edfe5396245d 100644 (file)
@@ -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;