diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-12 04:13:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-12 04:13:51 +0000 |
| commit | 1769f2b3b98758579780340bf08e9a20f32754b9 (patch) | |
| tree | cedad7d5477ef594046ff7117c298a69653ed3a8 /src/plugins/Visual/projectm/projectmwidget.h | |
| parent | 47fa6f9b5972d258d8dede9df89b5e512d5f347b (diff) | |
| download | qmmp-1769f2b3b98758579780340bf08e9a20f32754b9.tar.gz qmmp-1769f2b3b98758579780340bf08e9a20f32754b9.tar.bz2 qmmp-1769f2b3b98758579780340bf08e9a20f32754b9.zip | |
projectM: added config.inp autosearch
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3707 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/projectm/projectmwidget.h')
| -rw-r--r-- | src/plugins/Visual/projectm/projectmwidget.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/Visual/projectm/projectmwidget.h b/src/plugins/Visual/projectm/projectmwidget.h index 30baaf0fb..61d77df3c 100644 --- a/src/plugins/Visual/projectm/projectmwidget.h +++ b/src/plugins/Visual/projectm/projectmwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 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 * @@ -58,11 +58,9 @@ private slots: void updateTitle(); private: + void createActions(); projectM *m_projectM; QMenu *m_menu; - void createActions(); - - }; #endif |
