From 08f658b636c39705f2b919a185bb55ed7c053f59 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 21 Feb 2013 12:22:00 +0000 Subject: waveout plugin: using software volume as fallback git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3275 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/waveout/outputwaveout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/Output/waveout/outputwaveout.h') diff --git a/src/plugins/Output/waveout/outputwaveout.h b/src/plugins/Output/waveout/outputwaveout.h index 22e437a81..b6f924787 100644 --- a/src/plugins/Output/waveout/outputwaveout.h +++ b/src/plugins/Output/waveout/outputwaveout.h @@ -59,6 +59,8 @@ public: void setVolume(const VolumeSettings &vol); VolumeSettings volume() const; + + bool isSupported() const; }; -- cgit v1.2.3-13-gbd6f