hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.62k stars 440 forks source link

Fix hash comparisons #2696

Closed hluk closed 5 months ago

hluk commented 5 months ago

Not sure where the bug is but it looks like with Qt 6.6.2 and gcc 14.0.1 the return type of qHash() is not the expected uint unless explicitly stored as one.

> g++ --version
g++ (GCC) 14.0.1 20240411 (Red Hat 14.0.1-0)
...