Nyall Dawson a3968a29bd Fix clazy qmap-with-pointer-key warnings
From the clazy docs:

Finds cases where you're using QMap<K,T> and K is a pointer.

QMap has the particularity of sorting it's keys, but sorting
by memory address makes no sense. Use QHash instead, which
provides faster lookups.
2016-10-22 22:46:16 +10:00
..
2016-09-23 15:35:37 +02:00
2016-09-21 23:30:04 +02:00
2016-10-22 13:19:32 +10:00
2016-10-01 17:58:12 +02:00
2016-10-22 09:03:24 +10:00
2016-09-21 09:12:54 +10:00
2016-10-01 13:23:36 +02:00
2016-05-14 00:21:50 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 23:30:04 +02:00
2016-09-21 09:12:54 +10:00
2016-04-29 14:10:26 +02:00