SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Macros | Functions
httpglobal.h File Reference
#include <QtGlobal>
+ Include dependency graph for httpglobal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DECLSPEC
 

Functions

DECLSPEC const char * getQtWebAppLibVersion ()
 

Detailed Description

Author
Stefan Frings

Definition in file httpglobal.h.

Macro Definition Documentation

◆ DECLSPEC

#define DECLSPEC

Definition at line 20 of file httpglobal.h.

Function Documentation

◆ getQtWebAppLibVersion()

DECLSPEC const char* getQtWebAppLibVersion ( )

Get the library version number

Definition at line 3 of file httpglobal.cpp.

4 {
5  return "1.7.3";
6 }