Q_ENUMS -> Q_ENUM

REVIEW: 129747
wilder
Albert Astals Cid 9 years ago
parent fdc69d0c38
commit fa214681b5
  1. 2
      src/kselectionproxymodel.h

@ -126,7 +126,7 @@ public:
ChildrenOfExactSelection,
InvalidBehavior
};
Q_ENUMS(FilterBehavior)
Q_ENUM(FilterBehavior)
/**
Set the filter behaviors of this model.

Loading…
Cancel
Save