/usr/include/KF5/mailcommon/dbusoperators.h is in libkf5mailcommon-dev 4:16.04.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #ifndef MAILFILTER_DBUSOPERATORS_H
#define MAILFILTER_DBUSOPERATORS_H
#include <QList>
Q_DECLARE_METATYPE(QList<qint64>)
#endif
|