Quote Originally Posted by ctote View Post
in addition, i tried adding
Qt Code:
  1. udpSocket = new QUdpSocket(this);
To copy to clipboard, switch view to plain text mode 
to the Jaus_neighbor constructor and keep getting the following error:

error: no matching function for call to 'QUdpSocket::QUdpSocket(Jaus_neighbor* const)
QUdpSocket::QUdpSocket(QObject* parent = 0) requires that Jaus_neighbor be a subclass of QObject.