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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
                   |ta/b937eccca0200e32ed5bda72 |ta/6a8954563586feb7e6324f87
                   |04e4bbf826f53372            |6c956a054d8afe6b

--- Comment #12 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 6a8954563586feb7e6324f876c956a054d8afe6b by Boudewijn Rempt.
Committed on 12/12/2018 at 12:22.
Pushed by rempt into branch 'krita/4.1'.

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/6a8954563586feb7e6324f876c956a054d8afe6b

--- Comment #13 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 6a8954563586feb7e6324f876c956a054d8afe6b by Boudewijn Rempt.
Committed on 12/12/2018 at 12:22.
Pushed by rempt into branch 'krita/4.1'.

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/6a8954563586feb7e6324f876c956a054d8afe6b

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

Reply via email to