broulik added inline comments. INLINE COMMENTS
> kcoredirlister.h:595 > */ > - virtual bool doNameFilter(const QString &name, const QList<QRegExp> > &filters) const; > + virtual bool doNameFilter(const QString &name, const > QVector<QRegularExpression> &filters) const; > This class is exported, you cannot change this existing method and you also cannot add a new `virtual`, see https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D26659 To: ahmadsamir, dfaure Cc: broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns