summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerry Boland <gerry.boland@canonical.com>2015-05-18 13:46:42 -0500
committerGerry Boland <gerry.boland@canonical.com>2015-05-18 13:46:42 -0500
commitee86c12c557e142ad664253aab8fc43cddc9f5cf (patch)
treee45f0bd3f701ec3b06ac8408dcc8fb164d739ad4 /src
parent03a380d3bb70e9ed8d3e610981373c579dff92e6 (diff)
Remove old comment, it not the case any more
Diffstat (limited to 'src')
-rw-r--r--src/platforms/mirserver/qmirserver_p.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/platforms/mirserver/qmirserver_p.cpp b/src/platforms/mirserver/qmirserver_p.cpp
index 5086558..d784a46 100644
--- a/src/platforms/mirserver/qmirserver_p.cpp
+++ b/src/platforms/mirserver/qmirserver_p.cpp
@@ -20,12 +20,7 @@
// local
#include "qmirserver_p.h"
-/* FIXME: QThread by default starts an event loop, which is required for correct signal/slot
- * messaging between threads. However below you'll see that the mir server run() method
- * blocks, which blocks the event loop for this thread too. Therefore while mir is running
- * the queued signal/slot mechanism does not work. As workaround, need to use direct call to
- * stop the server.
- */
+
void MirServerThread::run()
{
auto const main_loop = server->the_main_loop();