File: qtsvg_smoke.h

package info (click to toggle)
smokeqt 4%3A4.14.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 740 kB
  • ctags: 174
  • sloc: xml: 1,745; cpp: 847; ansic: 332; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef QTSVG_SMOKE_H
#define QTSVG_SMOKE_H

#include <smoke.h>

// Defined in smokedata.cpp, initialized by init_qtsvg_Smoke(), used by all .cpp files
extern "C" SMOKE_EXPORT Smoke* qtsvg_Smoke;
extern "C" SMOKE_EXPORT void init_qtsvg_Smoke();
extern "C" SMOKE_EXPORT void delete_qtsvg_Smoke();

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

#endif