summaryrefslogtreecommitdiff
path: root/sapchannelinfo.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-14 01:52:17 +0100
committerJavier <dev.git@javispedro.com>2015-12-14 01:52:17 +0100
commit702e018ca9e780bb076033ce5d1d370d4eb7319e (patch)
tree2012493213c630d7281718aadd1a6fa9a2c92885 /sapchannelinfo.h
parentce8a092a235c8d59f01631c80786f920eb6a777b (diff)
downloadsapd-702e018ca9e780bb076033ce5d1d370d4eb7319e.tar.gz
sapd-702e018ca9e780bb076033ce5d1d370d4eb7319e.zip
properly handle data frames with sequence numbers
Diffstat (limited to 'sapchannelinfo.h')
-rw-r--r--sapchannelinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapchannelinfo.h b/sapchannelinfo.h
index e6db58b..922136e 100644
--- a/sapchannelinfo.h
+++ b/sapchannelinfo.h
@@ -3,6 +3,7 @@
#include <QtCore/QObject>
#include <QtCore/QSharedDataPointer>
+#include <QtCore/QDebug>
class SAPChannelInfoData;
@@ -62,4 +63,6 @@ private:
QSharedDataPointer<SAPChannelInfoData> data;
};
+QDebug operator<<(QDebug debug, const SAPChannelInfo &info);
+
#endif // SAPCHANNELINFO_H