diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 00:14:53 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-05 12:45:38 +0700 |
| commit | 38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch) | |
| tree | 886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/views/zoomlevelinfo.h | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/views/zoomlevelinfo.h')
| -rw-r--r-- | src/views/zoomlevelinfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/views/zoomlevelinfo.h b/src/views/zoomlevelinfo.h index 956584826..2d444eaf0 100644 --- a/src/views/zoomlevelinfo.h +++ b/src/views/zoomlevelinfo.h @@ -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 QSize& size); + static int zoomLevelForIconSize(const QSize &size); }; #endif |
