summaryrefslogtreecommitdiff
path: root/sapchannelinfo.h
diff options
context:
space:
mode:
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