From 229a910e29a2576996f08b8f518e2bd686aa2ec4 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 19 Dec 2009 14:59:11 +0000 Subject: [PATCH] disable preview in thread for now as it doesn't work anymore... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32588 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index c0230751d5..f10ad4e25d 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -102,7 +102,7 @@ #include #include -#define EXPORT_in_THREAD 1 +#define EXPORT_in_THREAD 0 // QtConcurrent was introduced in Qt 4.4 #if (QT_VERSION >= 0x040400) -- 2.39.2