diff options
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 |
