┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews
diff options
context:
space:
mode:
authorKevin Funk <[email protected]>2017-04-07 16:13:18 +0200
committerKevin Funk <[email protected]>2017-04-07 16:13:27 +0200
commitf2758ec9f796e251f2649d19ce788f90304be1bf (patch)
tree49a952f4e52d7678b91678a5c9d9595a1c0a4265 /src/kitemviews
parenta3920e3ae94e6ac539331d2680860bbe896b1ede (diff)
Fix some compiler warnings
Diffstat (limited to 'src/kitemviews')
-rw-r--r--src/kitemviews/kitemlistview.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h
index c93297c47..611772edb 100644
--- a/src/kitemviews/kitemlistview.h
+++ b/src/kitemviews/kitemlistview.h
@@ -197,12 +197,13 @@ public:
int lastVisibleIndex() const;
/**
- * @return Calculates the required size for all items in the model.
- * It might be larger than KItemListView::itemSize().
- * In this case the layout grid will be stretched to assure an
- * unclipped item.
- * NOTE: the logical height (width) is actually the
- * width (height) if the scroll orientation is Qt::Vertical!
+ * Calculates the required size for all items in the model.
+ * It might be larger than KItemListView::itemSize().
+ * In this case the layout grid will be stretched to assure an
+ * unclipped item.
+ *
+ * @note the logical height (width) is actually the
+ * width (height) if the scroll orientation is Qt::Vertical!
*/
void calculateItemSizeHints(QVector<qreal>& logicalHeightHints, qreal& logicalWidthHint) const;