summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/qeventdispatcher_glib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/platform/unix/qeventdispatcher_glib.cpp')
-rw-r--r--src/gui/platform/unix/qeventdispatcher_glib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/platform/unix/qeventdispatcher_glib.cpp b/src/gui/platform/unix/qeventdispatcher_glib.cpp
index 0ccbf01e80..42b66af686 100644
--- a/src/gui/platform/unix/qeventdispatcher_glib.cpp
+++ b/src/gui/platform/unix/qeventdispatcher_glib.cpp
@@ -57,7 +57,7 @@ struct GUserEventSource
static gboolean userEventSourcePrepare(GSource *source, gint *timeout)
{
- Q_UNUSED(timeout)
+ Q_UNUSED(timeout);
GUserEventSource *userEventSource = reinterpret_cast<GUserEventSource *>(source);
return userEventSource->d->wakeUpCalled;
}