Yay!  Figured out how to do this in VS2015!
This commit is contained in:
woogerboy21 2016-03-30 15:30:58 -04:00
parent 506ad91b03
commit 44123b9b0b
2 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ private:
QTcpSocket *socket;
QString lastHostname;
int lastPort;
QString getSrvClientID(const QString _hostname);
QString getSrvClientID(const QString _hostname);
protected slots:
void sendCommandContainer(const CommandContainer &cont);
public: