Sha256: 139fe8a5c580f5c1505e8a73a0e24c9b9953dbc969b5d5625d84a60975095448
Contents?: true
Size: 390 Bytes
Versions: 20
Compression:
Stored size: 390 Bytes
Contents
#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
Version data entries
20 entries across 20 versions & 2 rubygems