File: qtdbus_smoke.h

package info (click to toggle)
smokeqt 4%3A4.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 724 kB
  • sloc: xml: 1,745; cpp: 847; ansic: 232; makefile: 18
file content (16 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef QTDBUS_SMOKE_H
#define QTDBUS_SMOKE_H

#include <smoke.h>

// Defined in smokedata.cpp, initialized by init_qtdbus_Smoke(), used by all .cpp files
extern "C" SMOKE_EXPORT Smoke* qtdbus_Smoke;
extern "C" SMOKE_EXPORT void init_qtdbus_Smoke();
extern "C" SMOKE_EXPORT void delete_qtdbus_Smoke();

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

#endif