]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/zoomlevelinfo.h
Make constants const, avoids unnecessary symbols in the .data section.
[dolphin.git] / src / views / zoomlevelinfo.h
index a6e92e6531368146444f1130731f28ac03c972ef..4a26f754bd5020efcedb4c1405ae2f1d5f5d1490 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Peter Penz <peter.penz@gmx.at>                  *
+ *   Copyright (C) 2008 by Peter Penz <peter.penz19@gmail.com>             *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -30,7 +30,7 @@ class ZoomLevelInfo {
 public:
     static int minimumLevel();
     static int maximumLevel();
-    
+
     /**
      * Helper method for the view implementation to get
      * the icon size for the zoom level \a level that
@@ -38,7 +38,7 @@ public:
      * ZoomLevelInfo::maximumLevel().
      */
     static int iconSizeForZoomLevel(int level);
-    
+
     /**
      * Helper method for the view implementation to get
      * the zoom level for the icon size \a size that