Home
·
All Classes
·
All Namespaces
·
Modules
·
Functions
·
Files
TelepathyQt
global.h
1
23
#ifndef _TelepathyQt_global_h_HEADER_GUARD_
24
#define _TelepathyQt_global_h_HEADER_GUARD_
25
26
#ifndef IN_TP_QT_HEADER
27
#error IN_TP_QT_HEADER
28
#endif
29
30
#include <QtGlobal>
31
32
#ifdef BUILDING_TP_QT
33
# define TP_QT_EXPORT Q_DECL_EXPORT
34
#else
35
# define TP_QT_EXPORT Q_DECL_IMPORT
36
#endif
37
38
#if !defined(Q_OS_WIN) && defined(QT_VISIBILITY_AVAILABLE)
39
# define TP_QT_NO_EXPORT __attribute__((visibility("hidden")))
40
#endif
41
42
#ifndef TP_QT_NO_EXPORT
43
# define TP_QT_NO_EXPORT
44
#endif
45
98
#ifndef TP_QT_DEPRECATED
99
# ifdef TP_QT_DEPRECATED_WARNINGS
100
# ifdef BUILDING_TP_QT
101
# define TP_QT_DEPRECATED
102
# else
103
# define TP_QT_DEPRECATED Q_DECL_DEPRECATED
104
# endif
105
# else
106
# define TP_QT_DEPRECATED
107
# endif
108
#endif
109
135
#ifndef TP_QT_EXPORT_DEPRECATED
136
# define TP_QT_EXPORT_DEPRECATED TP_QT_DEPRECATED TP_QT_EXPORT
137
#endif
138
139
#endif
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.4