This file is indexed.

/usr/include/libdtk-2.0.7/DWidget/dhidpihelper.h is in libdtkwidget-dev 2.0.7.2-2build1.

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
 9
10
11
12
13
14
15
16
#ifndef DHIDPIHELPER_H
#define DHIDPIHELPER_H

#include "dtkwidget_global.h"

DWIDGET_BEGIN_NAMESPACE

class DHiDPIHelper
{
public:
    static QPixmap loadNxPixmap(const QString &fileName);
};

DWIDGET_END_NAMESPACE

#endif // DHIDPIHELPER_H