summaryrefslogtreecommitdiff
path: root/src/QGst/caps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QGst/caps.h')
-rw-r--r--src/QGst/caps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/QGst/caps.h b/src/QGst/caps.h
index 3a7d021..a83b6e1 100644
--- a/src/QGst/caps.h
+++ b/src/QGst/caps.h
@@ -76,11 +76,11 @@ protected:
virtual void unref();
};
+/*! \relates QGst::Caps */
+QDebug operator<<(QDebug debug, const CapsPtr & caps);
+
}
QGLIB_REGISTER_TYPE(QGst::Caps)
-/*! \relates QGst::Caps */
-QDebug operator<<(QDebug debug, const QGst::CapsPtr & caps);
-
#endif