From fa214681b57e0d553cb8b59b38112bc32ab93ff7 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 2 Jan 2017 15:51:49 +0100 Subject: [PATCH] Q_ENUMS -> Q_ENUM REVIEW: 129747 --- src/kselectionproxymodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kselectionproxymodel.h b/src/kselectionproxymodel.h index c61908e..129c94c 100644 --- a/src/kselectionproxymodel.h +++ b/src/kselectionproxymodel.h @@ -126,7 +126,7 @@ public: ChildrenOfExactSelection, InvalidBehavior }; - Q_ENUMS(FilterBehavior) + Q_ENUM(FilterBehavior) /** Set the filter behaviors of this model.