summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-04-25 14:06:57 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-04-25 14:18:07 +0200
commit508337db0c53caa5fb43ef26f781df159497a482 (patch)
treee9102ecd9e0d5924ae5a6643d4bc6ee7ba1adc10 /vcl/unx
parent65a3622148ea67744c9c1fc18c2b8d48e5f1c79f (diff)
add better info on the Qt patches needed for KFileDialog
Change-Id: I1902f962ac03b171c5e7a45d9c8e59450b04418f
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index f6c15b06076c..faa1ff1a278d 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -192,9 +192,9 @@ void KDEXLib::Init()
// that will release SolarMutex when waiting for more events.
// Moreover there are bugs in Qt event loop code that allow QClipboard recursing because the event
// loop processes also events that it should not at that point, so no dialogs in that case either.
+ // https://bugreports.qt-project.org/browse/QTBUG-37380
+ // https://bugreports.qt-project.org/browse/QTBUG-34614
if (m_isGlibEventLoopType && (0 == tst_processEventsExcludeSocket()) && tst_excludePostedEvents() == 0 )
- // See http://bugreports.qt.nokia.com/browse/QTBUG-37380
- // https://bugreports.qt-project.org/browse/QTBUG-34614
m_allowKdeDialogs = true;
#endif