Hobrasoft httpd server
Embedded HTTP server for Qt and C++
main.h
Go to the documentation of this file.
1 
5 #ifndef _Main_H_
6 #define _Main_H_
7 
14 namespace Example {
15 class Application;
16 extern Application *application;
17 }
18 
19 #endif
Namespace for Example.
Definition: application.h:11