mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <qhostaddress.h>
|
||||
#include <qobject.h>
|
||||
#include <qsocketdevice.h>
|
||||
#include <q3socketdevice.h>
|
||||
#include <qsocketnotifier.h>
|
||||
|
||||
class RDMulticaster : public QObject
|
||||
@@ -51,7 +51,7 @@ class RDMulticaster : public QObject
|
||||
|
||||
private:
|
||||
void GetInterfaces();
|
||||
QSocketDevice *multi_socket;
|
||||
Q3SocketDevice *multi_socket;
|
||||
QSocketNotifier *multi_notifier;
|
||||
std::vector<QHostAddress> multi_iface_addresses;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user