summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.cpp
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-07-07 15:48:06 +0300
committerRobin Burchell <robin+qt@viroteck.net>2014-07-21 23:09:01 +0200
commitd19711f5e2513fd4921dac5e99e534eae576b067 (patch)
tree729ef9c34734edc45e1757b873f1847c90eef8b0 /src/client/qwaylanddisplay.cpp
parente302cd4c2fa0e79d9d3d4ada190168b788fcb6eb (diff)
Give a name to the event handling thread
Change-Id: I5c6073bc1908e54bc5ae50d4b6b6044974f1ad60 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/client/qwaylanddisplay.cpp')
-rw-r--r--src/client/qwaylanddisplay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylanddisplay.cpp b/src/client/qwaylanddisplay.cpp
index 69019dfec..2da3fa871 100644
--- a/src/client/qwaylanddisplay.cpp
+++ b/src/client/qwaylanddisplay.cpp
@@ -118,6 +118,7 @@ QWaylandDisplay::QWaylandDisplay(QWaylandIntegration *waylandIntegration)
mEventThreadObject = new QWaylandEventThread(0);
mEventThread = new QThread(this);
+ mEventThread->setObjectName("QtWayland");
mEventThreadObject->moveToThread(mEventThread);
mEventThread->start();