Browse Source

QAbstractSocket::SocketError is now properly exposed by Qt5.

QGC4.4
Bryant Mairs 11 years ago
parent
commit
d3f50c66a4
  1. 1
      src/comm/TCPLink.h

1
src/comm/TCPLink.h

@ -42,7 +42,6 @@ @@ -42,7 +42,6 @@
// as a meta type to silence that.
#include <QMetaType>
#include <QTcpSocket>
Q_DECLARE_METATYPE(QAbstractSocket::SocketError)
//#define TCPLINK_READWRITE_DEBUG // Use to debug data reads/writes

Loading…
Cancel
Save