mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Update server code integration for QtWebApp 1.7.11
- Adapt server code for QtWebapp namespace 'stefanfrings' - Implement custom modifications needed by v1 controller via template engine - Unify iphone and ipad templates
This commit is contained in:
@ -8,7 +8,10 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace stefanfrings {
|
||||
class HttpListener;
|
||||
}
|
||||
|
||||
/**
|
||||
Helper class to install and run the application as a windows
|
||||
service.
|
||||
@ -17,7 +20,7 @@ class Startup
|
||||
{
|
||||
private:
|
||||
//QTcpServer
|
||||
HttpListener *listener;
|
||||
stefanfrings::HttpListener *listener;
|
||||
|
||||
public:
|
||||
/** Constructor */
|
||||
|
Reference in New Issue
Block a user