/shared-qsinglepointevent-bug

Simple Qt bug reproducer app - QSinglePointEvent shared data

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Simple Qt bug reproducer app - QSinglePointEvent shared data

This is a simple Qt bug reproducer app that tries to show that when constructing more than one QSinglePointEvent (or derived type) objects on the stack, the first event created has its position overwritten with the coordinates of the second event.

Bug exists in Qt 6.5.2

Running

cmake -B build -G Ninja . -DCMAKE_PREFIX_PATH=/lib/cmake cmake --build build build/shared-qsinglepointevent-bug