#1292 Fixed CppCheck Issues in SocketInterface

This commit is contained in:
Jacob Støren
2017-03-06 11:19:15 +01:00
parent 6c0a866008
commit 29d30f34d8
3 changed files with 3 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ public:
enum ReadState {ReadingCommand, ReadingPropertyData};
public:
RiaSocketServer(QObject *parent = 0);
explicit RiaSocketServer(QObject *parent = 0);
~RiaSocketServer();
unsigned short serverPort();