mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
aa332a4ed2
It seems like a weird behavior in Qt because source model receives drop on last index (in filter model) as drop on last index in source model instead of filter model and it can't make a right decision. Source model: | 1 | 2 | 3 | 4 | 5 | 6 | Filter model: | 1 | 2 | 3 | 4 | ^ Dropping here propagates to source model as drop on index 7, not 5. Let's just ignore this case to workaround it. |
||
---|---|---|
autotests | ||
linux | ||
mac | ||
src | ||
tests | ||
themes | ||
windows | ||
.arcconfig | ||
.gitignore | ||
CHANGELOG | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYRIGHT | ||
LICENSE | ||
README.md |