/usr/include/KF5/XsltKde/xslt_kde.h is in libkf5doctools-dev 5.28.0-1.
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
|