Sha256: a9ba4c9caf56879f38d1dc45a4842fd7c7c480460eefbed4a68647dd512616d6
Contents?: true
Size: 404 Bytes
Versions: 20
Compression:
Stored size: 404 Bytes
Contents
#ifndef QTWEBKIT_SMOKE_H #define QTWEBKIT_SMOKE_H #include <smoke.h> // Defined in smokedata.cpp, initialized by init_qsci_Smoke(), used by all .cpp files extern "C" SMOKE_EXPORT Smoke* qtwebkit_Smoke; extern "C" SMOKE_EXPORT void init_qtwebkit_Smoke(); extern "C" SMOKE_EXPORT void delete_qtwebkit_Smoke(); #ifndef QGLOBALSPACE_CLASS #define QGLOBALSPACE_CLASS class QGlobalSpace { }; #endif #endif
Version data entries
20 entries across 20 versions & 2 rubygems