┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemliststyleoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kitemviews/kitemliststyleoption.h')
-rw-r--r--src/kitemviews/kitemliststyleoption.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/kitemviews/kitemliststyleoption.h b/src/kitemviews/kitemliststyleoption.h
index 62e462a5d..49dcc53c5 100644
--- a/src/kitemviews/kitemliststyleoption.h
+++ b/src/kitemviews/kitemliststyleoption.h
@@ -32,9 +32,7 @@ public:
int maxTextLines;
int maxTextWidth;
- bool operator==(const KItemListStyleOption& other) const;
- bool operator!=(const KItemListStyleOption& other) const;
+ bool operator==(const KItemListStyleOption &other) const;
+ bool operator!=(const KItemListStyleOption &other) const;
};
#endif
-
-