Clementine-audio-player-Mac.../src/fixlastfm.cpp

9 lines
123 B
C++
Raw Normal View History

2010-03-23 15:07:05 +01:00
#include "fixlastfm.h"
#ifdef QT_NO_DEBUG_OUTPUT
QDebug& operator<<(QDebug& d, const QUrl&) {
return d;
}
#endif