~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/discovery/CBasicListener.h

  • Committer: Nathan Osman
  • Date: 2012-06-29 23:22:49 UTC
  • Revision ID: admin@quickmediasolutions.com-20120629232249-17eu8xp4ta0ooqyp
Finished implementing broadcast discovery page in wizard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <QHostAddress>
21
21
#include <QUdpSocket>
 
22
#include <QVariantMap>
22
23
 
23
24
class CBasicListener : public QUdpSocket
24
25
{
33
34
    signals:
34
35
 
35
36
        void Error(QString);
36
 
        void Ping(QHostAddress, QByteArray);
 
37
        void Ping(QHostAddress, QVariantMap);
37
38
 
38
39
    private slots:
39
40