This file is indexed.

/usr/include/smoke/qtsql_smoke.h is in libsmokeqt4-dev 4:4.8.2-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
 9
10
11
12
13
14
15
16
#ifndef QTSQL_SMOKE_H
#define QTSQL_SMOKE_H

#include <smoke.h>

// Defined in smokedata.cpp, initialized by init_qtsql_Smoke(), used by all .cpp files
extern "C" SMOKE_EXPORT Smoke* qtsql_Smoke;
extern "C" SMOKE_EXPORT void init_qtsql_Smoke();
extern "C" SMOKE_EXPORT void delete_qtsql_Smoke();

#ifndef QGLOBALSPACE_CLASS
#define QGLOBALSPACE_CLASS
class QGlobalSpace { };
#endif

#endif