diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-07 18:16:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-07 18:16:31 +0000 |
| commit | df88edefa380fd8a3cdb33744cbb797bbb19ec44 (patch) | |
| tree | a3890dd02c10d7cc581dff3b70ec6d0de3404b26 /src/plugins/Visual/projectm/projectmplugin.h | |
| parent | 764a05b854961d6b8a33bf509e4f4cda23afbf53 (diff) | |
| download | qmmp-df88edefa380fd8a3cdb33744cbb797bbb19ec44.tar.gz qmmp-df88edefa380fd8a3cdb33744cbb797bbb19ec44.tar.bz2 qmmp-df88edefa380fd8a3cdb33744cbb797bbb19ec44.zip | |
projectm: added save/restore geometry
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3692 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/projectm/projectmplugin.h')
| -rw-r--r-- | src/plugins/Visual/projectm/projectmplugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Visual/projectm/projectmplugin.h b/src/plugins/Visual/projectm/projectmplugin.h index cc11f641a..c0fcf577d 100644 --- a/src/plugins/Visual/projectm/projectmplugin.h +++ b/src/plugins/Visual/projectm/projectmplugin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2012 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -39,6 +39,7 @@ public: void clear(); private: + void closeEvent(QCloseEvent *event); QTimer *m_timer; ProjectMWidget *m_projectMWidget; }; |
