Stellarium 0.15.2
Main Page
Modules
Namespaces
Classes
Coding Style
Scripting
Plugins
File Structure
Files
File List
File Members
plugins
RemoteControl
src
qtwebapp
httpserver
httpglobal.h
Go to the documentation of this file.
1
6
#ifndef HTTPGLOBAL_H
7
#define HTTPGLOBAL_H
8
9
#include <QtGlobal>
10
11
// This is specific to Windows dll's
12
#if defined(Q_OS_WIN)
13
#if defined(QTWEBAPPLIB_EXPORT)
14
#define DECLSPEC Q_DECL_EXPORT
15
#elif defined(QTWEBAPPLIB_IMPORT)
16
#define DECLSPEC Q_DECL_IMPORT
17
#endif
18
#endif
19
#if !defined(DECLSPEC)
20
#define DECLSPEC
21
#endif
22
27
DECLSPEC
const
char
*
getQtWebAppLibVersion
();
28
29
#endif // HTTPGLOBAL_H
30
getQtWebAppLibVersion
DECLSPEC const char * getQtWebAppLibVersion()
Get the library version number.
Generated on Tue Mar 21 2017 14:15:13 for Stellarium by
1.8.11