diff options
Diffstat (limited to 'src/gui/symbian/qsymbianevent.h')
-rw-r--r-- | src/gui/symbian/qsymbianevent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/symbian/qsymbianevent.h b/src/gui/symbian/qsymbianevent.h index e17a9a7..6a7984e 100644 --- a/src/gui/symbian/qsymbianevent.h +++ b/src/gui/symbian/qsymbianevent.h @@ -95,6 +95,10 @@ inline bool QSymbianEvent::isValid() const return m_type != InvalidEvent; } +#ifndef QT_NO_DEBUG_STREAM +Q_GUI_EXPORT QDebug operator<<(QDebug dbg, const QSymbianEvent *o); +#endif + QT_END_NAMESPACE QT_END_HEADER |