[Gammaray-commits] [KDAB/GammaRay] d8eee3: QQ2: Don't put datastream operator in namespace
Anton Kreuzkamp
anton.kreuzkamp at kdab.com
Wed Mar 19 10:26:50 CET 2014
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: d8eee36c877ac71ea06b77cd73b3ba72c13eab4b
https://github.com/KDAB/GammaRay/commit/d8eee36c877ac71ea06b77cd73b3ba72c13eab4b
Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M plugins/quickinspector/quickinspectorinterface.cpp
Log Message:
-----------
QQ2: Don't put datastream operator in namespace
QuickInspectorInterface::Features has a datastream operator, which was
in an unnamed namespace. That caused a build error with clang. Now
it's in the global namespace.
More information about the Gammaray-commits
mailing list