aboutsummaryrefslogtreecommitdiff
path: root/src/eqwidget.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-16 19:04:11 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-11-16 19:04:11 +0000
commitbfb812b86d57f12b5db1e79fe003fe13e48514ec (patch)
treeaf69fb4663f5178950b27dc6bc784fa3a2664cea /src/eqwidget.h
parent5e26d3a305b8e2c193ef04681c3c00937505ce53 (diff)
downloadqmmp-bfb812b86d57f12b5db1e79fe003fe13e48514ec.tar.gz
qmmp-bfb812b86d57f12b5db1e79fe003fe13e48514ec.tar.bz2
qmmp-bfb812b86d57f12b5db1e79fe003fe13e48514ec.zip
shaded mode support for the equalizer window
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@184 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/eqwidget.h')
-rw-r--r--src/eqwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/eqwidget.h b/src/eqwidget.h
index 0190a3e48..94cd564d5 100644
--- a/src/eqwidget.h
+++ b/src/eqwidget.h
@@ -21,6 +21,7 @@
#define EQWIDGET_H
#include <pixmapwidget.h>
+#include <output.h>
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -52,6 +53,11 @@ public:
*/
void loadPreset(const QString &name);
+ /*!
+ * shows output volume and balance. Necessare for the shaded mode
+ */
+ void setInfo(const OutputState &st);
+
signals:
void valueChanged();
void closed();