]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InGuiThread.cpp
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / InGuiThread.cpp
index 20be94cffe22caf766cc29915fc4f92fdc42b9fe..faaf806a07396c6dbe6456fb9f754abd205894b5 100644 (file)
@@ -36,7 +36,7 @@ void IntoGuiThreadMover::callInGuiThread()
                synchronousFunctionCall();
        } else {
                moveToThread(QApplication::instance()->thread());
-               connect(this, SIGNAL(triggerFunctionCall()), 
+               connect(this, SIGNAL(triggerFunctionCall()),
                        this, SLOT(doFunctionCall()), Qt::QueuedConnection);
                QMutexLocker lock(&sync_mutex_);
                Q_EMIT triggerFunctionCall();