~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/widgets/CBroadcastDiscoveryWidget.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:
39
39
        void StartBroadcasting();
40
40
        void StopBroadcasting();
41
41
 
42
 
    signals:
43
 
 
44
 
        // TODO: signal indicating we received something.
 
42
        QString GetInterface() { return m_interface; }
45
43
 
46
44
    private slots:
47
45
 
57
55
 
58
56
        /* ...and we use this listener to catch any incoming pings. */
59
57
        CBasicListener * m_listener;
 
58
 
 
59
        /* This is the interface we found. */
 
60
        QString m_interface;
60
61
};
61
62
 
62
63
#endif // CBROADCASTDISCOVERYWIDGET_H