Move qHash overload for SimpleRange and SimpleCursor into the KDevelop NS.

Authored by nalvarez on Dec 30 2010, 7:09 PM.

Description

Move qHash overload for SimpleRange and SimpleCursor into the KDevelop NS.

There is some subtle issue in how the compiler searches for overloads
that makes QSet<SimpleCursor> compile or not, apparently depending on
the order that QHash and SimpleRange are declared(!).
Letting the compiler find qHash via ADL makes this work.

Details

Committed
nalvarezDec 30 2010, 7:10 PM
Parents
R32:687ae6b804be: Merge branch '1.1' into 1.2
Branches
Unknown
Tags
Unknown