fix SwitchRole compilation

closes #54
This commit is contained in:
Grecko 2018-08-28 00:13:24 +02:00
parent 3a55ea0d8c
commit 51c6a62f4d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class SwitchRole : public SingleRole, public FilterContainer
Q_PROPERTY(QQmlListProperty<qqsfpm::Filter> filters READ filtersListProperty)
public:
using ProxyRole::ProxyRole;
using SingleRole::SingleRole;
QString defaultRoleName() const;
void setDefaultRoleName(const QString& defaultRoleName);