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

class vs struct mismatch fixes

This commit is contained in:
f4exb
2018-03-01 09:14:37 +01:00
parent 8ed4abcd2e
commit 34bdfbf495
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -12,8 +12,9 @@
namespace qtwebapp {
struct HttpDocrootSettings
class HttpDocrootSettings
{
public:
QString path;
QString encoding;
int maxAge;
+2 -1
View File
@@ -10,8 +10,9 @@
namespace qtwebapp {
struct HttpListenerSettings
class HttpListenerSettings
{
public:
QString host;
int port;
int minThreads;