Commit 420e02c7 authored by Tobias Hunger's avatar Tobias Hunger Committed by The Qt Project
Browse files

QGstTools: Fix warning about unused m_intervalTimer


Clang does complain about this member not being used.

Change-Id: I02919715be43486f4646ca75deea66fc8a6a2276
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -118,7 +118,9 @@ private:
guint m_tag;
GstBus* m_bus;
QGstreamerBusHelper* m_helper;
#ifdef QT_NO_GLIB
QTimer* m_intervalTimer;
#endif
private slots:
void doProcessMessage(const QGstreamerMessage& msg)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment