X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/d5d710ed0a282089498b9370af6f0ec76f3bdc05..23b7d64d9c284ddc81b2101034bee01b1207fc52:/src/dolphinplacesmodelsingleton.h diff --git a/src/dolphinplacesmodelsingleton.h b/src/dolphinplacesmodelsingleton.h index 13e119342..a0524068f 100644 --- a/src/dolphinplacesmodelsingleton.h +++ b/src/dolphinplacesmodelsingleton.h @@ -7,8 +7,8 @@ #ifndef DOLPHINPLACESMODELSINGLETON_H #define DOLPHINPLACESMODELSINGLETON_H -#include #include +#include #include @@ -50,17 +50,16 @@ private: */ class DolphinPlacesModelSingleton { - public: - static DolphinPlacesModelSingleton& instance(); + 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; + DolphinPlacesModelSingleton(const DolphinPlacesModelSingleton &) = delete; + DolphinPlacesModelSingleton &operator=(const DolphinPlacesModelSingleton &) = delete; private: DolphinPlacesModelSingleton();