Code review comment for lp:~zsombi/unity8/u8GestureImports

Revision history for this message
Zsombor Egri (zsombi) wrote :

> """
> +UG_USE_NAMESPACE
> 85
> 86 AxisVelocityCalculator::AxisVelocityCalculator(QObject *parent)
> 87 - : AxisVelocityCalculator(SharedTimeSource(new RealTimeSource),
> parent)
> 88 + :
> AxisVelocityCalculator(UG_PREPEND_NAMESPACE(SharedTimeSource)(new
> UG_PREPEND_NAMESPACE(RealTimeSource)), parent)
> """"
>
> There's no need to prepend the namespace if there's already a "using
> namespace" statement at the beginning of the file.

Well, it didn't let me build... SO I had to add the NS anyway... Will try again, but that was the case :(

« Back to merge proposal