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:
@@ -12,8 +12,9 @@
|
||||
|
||||
namespace qtwebapp {
|
||||
|
||||
struct HttpDocrootSettings
|
||||
class HttpDocrootSettings
|
||||
{
|
||||
public:
|
||||
QString path;
|
||||
QString encoding;
|
||||
int maxAge;
|
||||
|
||||
@@ -10,8 +10,9 @@
|
||||
|
||||
namespace qtwebapp {
|
||||
|
||||
struct HttpListenerSettings
|
||||
class HttpListenerSettings
|
||||
{
|
||||
public:
|
||||
QString host;
|
||||
int port;
|
||||
int minThreads;
|
||||
|
||||
Reference in New Issue
Block a user