The source project of this merge request has been removed.
repository.h: Make Repository::eventFilter() protected
QObject::eventFilter() is a public virtual method reimplementation that was made private instead of protected in line with existing conventions.
Ref: 956564c2