#ifndef FIXLASTFM_H #define FIXLASTFM_H // Include this before to fix a compile error in release mode #ifdef QT_NO_DEBUG_OUTPUT # include # include // Stub this out so lastfm/Track still compiles QDebug& operator<<(QDebug&, const QUrl&); #endif #endif