1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

HTTP server; changed namespace to qtwebapp

This commit is contained in:
f4exb
2017-11-11 09:32:15 +01:00
parent b226c594df
commit be77fa82a3
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <QDateTime>
#include <QUuid>
using namespace stefanfrings;
using namespace qtwebapp;
HttpSessionStore::HttpSessionStore(QSettings* settings, QObject* parent)
:QObject(parent)