[BalooRolesProvider] Remove explicit default constructor calls

This commit is contained in:
Stefan Brüns 2020-12-28 00:56:26 +01:00
parent 7d716fd9bd
commit fa60438376

View file

@ -108,9 +108,7 @@ QHash<QByteArray, QVariant> KBalooRolesProvider::roleValues(const Baloo::File& f
return values;
}
KBalooRolesProvider::KBalooRolesProvider() :
m_roles(),
m_roleForProperty()
KBalooRolesProvider::KBalooRolesProvider()
{
struct PropertyInfo
{