Comment 15 for bug 1327614

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Just place a
qDebug() << "++++++++++ getIcon()";
into get icon and look at the console output.

In other cases you may use
https://github.com/mixxxdj/mixxx/blob/master/src/util/counter.h

IMHO this piping is not a performance issue at all. It just feels odd from the object orientated point of view.
This might be a source of an error later.