Code review comment for lp:~dandrader/unity8/drag-crash-1228336

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

> 381 + #if DIRECTIONALDRAGAREA_DEBUG
> 382 + qDebug() << "[DDA]" << m_timeSource->msecsSinceReference()
> 383 + << qPrintable(touchEventToString(event));
> 384 + #endif
>
> I'd prefer using qCDebug instead of this. However, qCDebug will only be
> released with Qt 5.2. Maybe we should get this in for now with a TODO and add
> a task for cleaning up debug's once we have 5.2?

done.

« Back to merge proposal