]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemliststyleoption.h
Add clang-format and format code as in Frameworks
[dolphin.git] / src / kitemviews / kitemliststyleoption.h
index 62e462a5dc8ff25b6f6bc27e1d821ae46eef02a2..49dcc53c5400777ba5cc9de3b7e5a233aaf998f7 100644 (file)
@@ -32,9 +32,7 @@ public:
     int maxTextLines;
     int maxTextWidth;
 
-    bool operator==(const KItemListStyleOptionother) const;
-    bool operator!=(const KItemListStyleOptionother) const;
+    bool operator==(const KItemListStyleOption &other) const;
+    bool operator!=(const KItemListStyleOption &other) const;
 };
 #endif
-
-