From 7de09343d9670328bbefd0f169af6d1673b6d6a9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 28 May 2008 19:30:04 +0000 Subject: visualization: transparent background option git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@391 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainvisual.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/mainvisual.h') diff --git a/src/ui/mainvisual.h b/src/ui/mainvisual.h index 8258e38c7..9ce40c187 100644 --- a/src/ui/mainvisual.h +++ b/src/ui/mainvisual.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -118,6 +118,7 @@ private: QActionGroup *m_analyzerModeGroup; QActionGroup *m_analyzerTypeGroup; QAction *m_peaksAction; + QAction *m_transparentAction; }; namespace mainvisual -- cgit v1.2.3-13-gbd6f