From 51c6a62f4d27aa6d13b8e8876debd9d6467a0f30 Mon Sep 17 00:00:00 2001 From: Grecko Date: Tue, 28 Aug 2018 00:13:24 +0200 Subject: [PATCH] fix SwitchRole compilation closes #54 --- proxyroles/switchrole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxyroles/switchrole.h b/proxyroles/switchrole.h index c25a504..1ce5cbb 100644 --- a/proxyroles/switchrole.h +++ b/proxyroles/switchrole.h @@ -33,7 +33,7 @@ class SwitchRole : public SingleRole, public FilterContainer Q_PROPERTY(QQmlListProperty filters READ filtersListProperty) public: - using ProxyRole::ProxyRole; + using SingleRole::SingleRole; QString defaultRoleName() const; void setDefaultRoleName(const QString& defaultRoleName);