diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-28 19:30:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-28 19:30:04 +0000 |
| commit | 7de09343d9670328bbefd0f169af6d1673b6d6a9 (patch) | |
| tree | 643a07449c0b4277dfba9f081badb89addc8a847 /src/ui/mainvisual.h | |
| parent | 1e663731dba61097a922380b2c2c937bb7b79c13 (diff) | |
| download | qmmp-7de09343d9670328bbefd0f169af6d1673b6d6a9.tar.gz qmmp-7de09343d9670328bbefd0f169af6d1673b6d6a9.tar.bz2 qmmp-7de09343d9670328bbefd0f169af6d1673b6d6a9.zip | |
visualization: transparent background option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@391 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainvisual.h')
| -rw-r--r-- | src/ui/mainvisual.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
