┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private/kitemlistviewanimation.h
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-02-03 22:21:30 +0100
committerElvis Angelaccio <[email protected]>2018-02-03 22:21:30 +0100
commitbf1081a824d9024a400d2ac2437f169c6765caa5 (patch)
tree2905c41c966739469d86bcfd67b9678a1f020d9a /src/kitemviews/private/kitemlistviewanimation.h
parentcef4d96cc6ed30284815320b1f7ddb59f201589e (diff)
Fix all 'explicit constructor' krazy warnings
Diffstat (limited to 'src/kitemviews/private/kitemlistviewanimation.h')
-rw-r--r--src/kitemviews/private/kitemlistviewanimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/private/kitemlistviewanimation.h b/src/kitemviews/private/kitemlistviewanimation.h
index ba3a33dc9..f73ea7fb7 100644
--- a/src/kitemviews/private/kitemlistviewanimation.h
+++ b/src/kitemviews/private/kitemlistviewanimation.h
@@ -48,7 +48,7 @@ public:
ResizeAnimation
};
- KItemListViewAnimation(QObject* parent = nullptr);
+ explicit KItemListViewAnimation(QObject* parent = nullptr);
~KItemListViewAnimation() override;
void setScrollOrientation(Qt::Orientation orientation);