aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRtpPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppRtpPacket.h')
-rw-r--r--src/base/QXmppRtpPacket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppRtpPacket.h b/src/base/QXmppRtpPacket.h
index 58d218dc..43590b59 100644
--- a/src/base/QXmppRtpPacket.h
+++ b/src/base/QXmppRtpPacket.h
@@ -41,7 +41,7 @@ public:
QXmppRtpPacket(const QXmppRtpPacket &other);
~QXmppRtpPacket();
- QXmppRtpPacket& operator=(const QXmppRtpPacket &other);
+ QXmppRtpPacket &operator=(const QXmppRtpPacket &other);
bool decode(const QByteArray &ba);
QByteArray encode() const;
@@ -61,7 +61,7 @@ public:
quint32 ssrc() const;
void setSsrc(quint32 ssrc);
-
+
quint32 stamp() const;
void setStamp(quint32 stamp);