This file is indexed.

/usr/include/KF5/XsltKde/xslt_kde.h is in kdoctools-dev 5.18.0-0ubuntu1.

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 _MEIN_XSLT_KDE_H_
#define _MEIN_XSLT_KDE_H_

#include <QtCore/QString>

bool saveToCache(const QString &contents, const QString &filename);

#endif