We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1964f62 commit bc37d1eCopy full SHA for bc37d1e
1 file changed
src/qhttpserver.h
@@ -23,6 +23,10 @@
23
#ifndef Q_HTTP_SERVER
24
#define Q_HTTP_SERVER
25
26
+#define QHTTPSERVER_VERSION_MAJOR 0
27
+#define QHTTPSERVER_VERSION_MINOR 1
28
+#define QHTTPSERVER_VERSION_PATCH 0
29
+
30
#include <QObject>
31
#include <QHostAddress>
32
0 commit comments