Revision aaaabf2...

Go back to digest for 2nd January 2011

Optimization in Development Tools

Nicolás Alvarez committed changes in [KDevPlatform/1.2] /language/editor:

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.

File Changes

Modified 2 files
  • /language/editor
  •   /simplecursor.h
  •   /simplerange.h
2 files changed in total