[frameworks-kio] [Bug 483757] KFileWidget creation quits QApplication

2024-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483757

wolf.seif...@web.de changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #3 from wolf.seif...@web.de ---
Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 483757] KFileWidget creation quits QApplication

2024-03-16 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483757

Nicolas Fella  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 CC||nicolas.fe...@gmx.de
 Resolution|DUPLICATE   |---

--- Comment #2 from Nicolas Fella  ---
Your program terminates because it has no windows of its own, so when the last
QEventLoopLocker goes away the event loop exits. KFileWidget internally uses
QEventLoopLocker, so creating it triggers this behavior.

Use QApplication::setQuitLockEnabled(false) to prevent this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 483757] KFileWidget creation quits QApplication

2024-03-16 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=483757

Antonio Rojas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Antonio Rojas  ---


*** This bug has been marked as a duplicate of bug 483439 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 483757] KFileWidget creation quits QApplication

2024-03-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=483757

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

-- 
You are receiving this mail because:
You are watching all bug changes.