diff options
Diffstat (limited to 'src/views/zoomlevelinfo.h')
| -rw-r--r-- | src/views/zoomlevelinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/zoomlevelinfo.h b/src/views/zoomlevelinfo.h index 60bece5e4..4a26f754b 100644 --- a/src/views/zoomlevelinfo.h +++ b/src/views/zoomlevelinfo.h @@ -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 |
