1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-23 02:24:16 -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;
@@ -21,7 +21,7 @@
#include <QString>
#include <stdint.h>
struct Serializable;
class Serializable;
struct ATVDemodSettings
{
+2 -1
View File
@@ -21,8 +21,9 @@
#include <QString>
#include <QByteArray>
struct CWKeyerSettings
class CWKeyerSettings
{
public:
typedef enum
{
CWNone,