Fotobot
Get data from your photovoltaic plant
settingscontroller.h
Go to the documentation of this file.
1 
7 #ifndef _SETTINGSCONTROLLER_H_
8 #define _SETTINGSCONTROLLER_H_
9 
10 #include "webpage.h"
11 #include "httprequest.h"
12 #include "httpresponse.h"
13 #include "httprequesthandler.h"
14 
15 
16 class SettingsController : public WebPage {
17  Q_OBJECT
18  Q_DISABLE_COPY(SettingsController);
19 public:
20 
23 
25  void servicePrivate(HttpRequest& request);
26 };
27 
28 #endif
void servicePrivate(HttpRequest &request)