summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemdelegate.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-12-17 12:58:31 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-01-04 09:43:04 +0100
commitc61f8df4047a616ffcb5e775fa8e5981b13e193f (patch)
tree459a5526b417a1195578f4837f3b503a4194042e /src/widgets/itemviews/qabstractitemdelegate.cpp
parent876c2164f43a54fc4b98184a2f016526383524c6 (diff)
QtTest: call toString() as a normal function
toString() is both a function template and a set of overloaded functions (for const char* and const void*). So don't explicitly specify the function template arguments (they're deduced from the arguments anyway). This enables overloading toString() as well as specializing the template. [ChangeLog][QtTest][Important Behavior Changes] toString() can now be overloaded (instead of just specialized) for custom types, and is now reliably found through argument-dependent lookup (ADL). Change-Id: Ic4a622d236ad7f0e4142835353f1b98bf2dc6d4c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets/itemviews/qabstractitemdelegate.cpp')
0 files changed, 0 insertions, 0 deletions