From ee86c12c557e142ad664253aab8fc43cddc9f5cf Mon Sep 17 00:00:00 2001 From: Gerry Boland Date: Mon, 18 May 2015 13:46:42 -0500 Subject: Remove old comment, it not the case any more --- src/platforms/mirserver/qmirserver_p.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3