Code review comment for lp:~gerboland/qtmir/desktopFileReader

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

I don't think this debug info is actually useful. Most of the time (if not all the time) it will just serve to pollute logs.

"""
    qCDebug(QTMIR_APPLICATIONS) << "DesktopFileReader::DesktopFileReader - this=" << this << "appId=" << appId;
"""

"""
    qCDebug(QTMIR_APPLICATIONS) << "DesktopFileReader::~DesktopFileReader - this=" << this << "appId=" << d->appId;
"""

review: Needs Fixing

« Back to merge proposal