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

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/b937eccca0200e32ed5bda72
                   |                            |04e4bbf826f53372
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/b937eccca0200e32ed5bda72
                   |                            |04e4bbf826f53372

--- Comment #10 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit b937eccca0200e32ed5bda7204e4bbf826f53372 by Boudewijn Rempt.
Committed on 12/12/2018 at 12:21.
Pushed by rempt into branch 'master'.

Work around QTBUG-72488

Qt 5.12 now deletes a void pointer member variable of QTabletEvent.
QTableEvent doesn't implement a copy constructor for QTabletEvent,
but Krita does copy events when compressing move events. Both
the original and the copy try to delete the pointer, and poof.

This is strictly a workaround, only valid for Qt 5.12 and should
be removed if this bug is fixed in Qt 5.12.1 or later.

M  +5    -0    libs/ui/input/kis_input_manager.cpp

https://commits.kde.org/krita/b937eccca0200e32ed5bda7204e4bbf826f53372

--- Comment #11 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit b937eccca0200e32ed5bda7204e4bbf826f53372 by Boudewijn Rempt.
Committed on 12/12/2018 at 12:21.
Pushed by rempt into branch 'master'.

Work around QTBUG-72488

Qt 5.12 now deletes a void pointer member variable of QTabletEvent.
QTableEvent doesn't implement a copy constructor for QTabletEvent,
but Krita does copy events when compressing move events. Both
the original and the copy try to delete the pointer, and poof.

This is strictly a workaround, only valid for Qt 5.12 and should
be removed if this bug is fixed in Qt 5.12.1 or later.

M  +5    -0    libs/ui/input/kis_input_manager.cpp

https://commits.kde.org/krita/b937eccca0200e32ed5bda7204e4bbf826f53372

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

Reply via email to