From kde-bugs-dist Mon Nov 10 21:43:42 2014 From: Maarten De Meyer Date: Mon, 10 Nov 2014 21:43:42 +0000 To: kde-bugs-dist Subject: [frameworks-kio] [Bug 334963] Spawning a KDE file picker dialog via Qt Quick Dialogs fails Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=141565583110609 https://bugs.kde.org/show_bug.cgi?id=334963 --- Comment #5 from Maarten De Meyer --- (In reply to Jeremy Whiting from comment #4) > With the change here: https://git.reviewboard.kde.org/r/121098/ the QML case > works again, but when I try the stanarddialogs test the static methods are > making the dialog appear twice in a row for some reason. That's because m_dialog->exec() is called twice. Once here and once in KDEPlatformFileDialogHelper::exec() Thank you for looking into this. -- You are receiving this mail because: You are watching all bug changes.