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

--- Comment #8 from Maik Qualmann <metzping...@gmail.com> ---
Git commit 83b05dfd1bbcf582e30118f804539cee3faf3e8b by Maik Qualmann.
Committed on 02/12/2023 at 23:16.
Pushed by mqualmann into branch 'master'.

fix crash in the TagCompleter when model changes
In Qt6, the QCompleter::setModel() function uses the move constructor.
That's really not nice, as it causes us to lose our QStandardItemModel.
This clearly shows the problem of the move constructor.
This should definitely be communicated in the Qt doc.

M  +5    -9    core/libs/tags/engine/tagscompleter.cpp

https://invent.kde.org/graphics/digikam/-/commit/83b05dfd1bbcf582e30118f804539cee3faf3e8b

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

Reply via email to