From 01235bdb7777c63c2c65ee6dd00081e640ae7dbe Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 28 Sep 2008 16:45:09 +0000 Subject: volume tracking git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@569 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/eqwidget.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/ui/eqwidget.h') diff --git a/src/ui/eqwidget.h b/src/ui/eqwidget.h index 7b3680a45..7e30eec86 100644 --- a/src/ui/eqwidget.h +++ b/src/ui/eqwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -36,6 +36,7 @@ class EQGraph; class Button; class EQPreset; class PlayListItem; +class SoundCore; class EqWidget : public PixmapWidget { @@ -53,11 +54,6 @@ 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(); -- cgit v1.2.3-13-gbd6f