https://bugs.kde.org/show_bug.cgi?id=458882

beojan <beo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beo...@gmail.com

--- Comment #14 from beojan <beo...@gmail.com> ---
> dbus has big problems if a process creates two QApplication objects. It
> somehow latches onto the first one. And we cannot work around that, we have
> to have this probing QApplication instance. 
> 
> I don't think we can do anything about this from within Krita :-(

Why can't the global `KisApplication::instance()` be used instead of creating
an additional QApplication instance?

The Qt documentation contains this sentence as part of the QApplication
reference:

> For any GUI application using Qt, there is precisely one QApplication object, 
> no matter whether the application has 0, 1, 2 or more windows at any given 
> time.

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

Reply via email to