]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/zoomlevelinfo.h
Add clang-format and format code as in Frameworks
[dolphin.git] / src / views / zoomlevelinfo.h
index 95658482611cf17b5fc8f2e79ba612960ed8682f..2d444eaf0a2a39465915e902c114cd9671495103 100644 (file)
@@ -13,7 +13,8 @@ class QSize;
  * @short Helper class for getting information about the zooming
  *        capabilities.
  */
-class ZoomLevelInfo {
+class ZoomLevelInfo
+{
 public:
     static int minimumLevel();
     static int maximumLevel();
@@ -32,7 +33,7 @@ public:
      * is between the range ZoomLevelInfo::minimumLevel() and
      * ZoomLevelInfo::maximumLevel().
      */
-    static int zoomLevelForIconSize(const QSizesize);
+    static int zoomLevelForIconSize(const QSize &size);
 };
 
 #endif