From ef77541b30b5025ac1882ad8b963e535f2cc8ad5 Mon Sep 17 00:00:00 2001 From: brs Date: Thu, 15 Jul 2010 09:40:49 +0200 Subject: Whitespace fixes --- src/net/mcast/McastConfiguration.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/net/mcast/McastConfiguration.h b/src/net/mcast/McastConfiguration.h index f10d487..2e64678 100644 --- a/src/net/mcast/McastConfiguration.h +++ b/src/net/mcast/McastConfiguration.h @@ -25,7 +25,7 @@ class McastConfiguration: public QObject { -Q_OBJECT + Q_OBJECT public: McastConfiguration(QObject* parent = 0) : QObject(parent), @@ -42,16 +42,16 @@ public: } McastConfiguration(McastConfiguration const& other) : + QObject(), _multicastInterface(other._multicastInterface), - QObject(), - _multicastAddress(other._multicastAddress), - _multicastRate(other._multicastRate), - _multicastSPort(other._multicastSPort), - _multicastDPort(other._multicastDPort), - _multicastWinSize(other._multicastWinSize), - _multicastMTU(other._multicastMTU), - _multicastUDPPortBase(other._multicastUDPPortBase), - _multicastUseUDP(other._multicastUseUDP) + _multicastAddress(other._multicastAddress), + _multicastRate(other._multicastRate), + _multicastSPort(other._multicastSPort), + _multicastDPort(other._multicastDPort), + _multicastWinSize(other._multicastWinSize), + _multicastMTU(other._multicastMTU), + _multicastUDPPortBase(other._multicastUDPPortBase), + _multicastUseUDP(other._multicastUseUDP) { } -- cgit v1.2.3-55-g7522