summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-04-25 14:06:57 +0200
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 22:36:31 +1000
commit8fd08d76374c348bc1b46f6387d00a755a619290 (patch)
tree571d725df0005463b08c70f6415ca2b053176b29 /vcl
parent487b61a1d6d30e0d703494d1de975580525f5d91 (diff)
add better info on the Qt patches needed for KFileDialog
Change-Id: I1902f962ac03b171c5e7a45d9c8e59450b04418f
Diffstat (limited to 'vcl')
-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