diff options
Diffstat (limited to 'src/QXmppRtpChannel.h')
| -rw-r--r-- | src/QXmppRtpChannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppRtpChannel.h b/src/QXmppRtpChannel.h index 87e06830..5f74c401 100644 --- a/src/QXmppRtpChannel.h +++ b/src/QXmppRtpChannel.h @@ -75,6 +75,8 @@ public: /// \cond qint64 bytesAvailable() const; bool isSequential() const; + qint64 pos() const; + bool seek(qint64 pos); /// \endcond signals: |
