diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-29 18:05:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-29 18:05:26 +0000 |
| commit | f5f068fcc453687e28157aad9d2d1641b5267b25 (patch) | |
| tree | bdd32120641c0adf1b4abe7ae7f57716a7d0ae54 /src/plugins/Visual/analyzer/colorwidget.h | |
| parent | 5638a2a1b70266e7417ce5b53bc1d0cdb5037d35 (diff) | |
| download | qmmp-f5f068fcc453687e28157aad9d2d1641b5267b25.tar.gz qmmp-f5f068fcc453687e28157aad9d2d1641b5267b25.tar.bz2 qmmp-f5f068fcc453687e28157aad9d2d1641b5267b25.zip | |
analyzer: fixed color widget
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4523 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/analyzer/colorwidget.h')
| -rw-r--r-- | src/plugins/Visual/analyzer/colorwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Visual/analyzer/colorwidget.h b/src/plugins/Visual/analyzer/colorwidget.h index 53e2b05b9..abbf867ff 100644 --- a/src/plugins/Visual/analyzer/colorwidget.h +++ b/src/plugins/Visual/analyzer/colorwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by Ilya Kotov * + * Copyright (C) 2005-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -41,6 +41,7 @@ public slots: private: void mousePressEvent(QMouseEvent *); + QString m_colorName; }; |
