aboutsummaryrefslogtreecommitdiff
path: root/src/eqwidget.h
diff options
context:
space:
mode:
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();