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

16 lines
245 B
C++
Raw Normal View History

2010-02-13 17:45:01 +01:00
#include "osd.h"
#include <QtDebug>
void OSD::Init() {
}
bool OSD::CanShowNativeMessages() const {
return false;
}
void OSD::ShowMessageNative(const QString&, const QString&,
const QString&) {
}