Commit aaf99d56 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are...

Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size.
Commit from Boston
parent c7178a18
This diff is collapsed.
......@@ -72,8 +72,7 @@ class QVLCMenu : public QObject
{
Q_OBJECT;
public:
static void createMenuBar( MainInterface *mi, intf_thread_t *,
bool );
static void createMenuBar( MainInterface *mi, intf_thread_t *, bool );
/* Menus */
static QMenu *FileMenu();
......@@ -91,6 +90,7 @@ public:
static void VideoPopupMenu( intf_thread_t * );
static void MiscPopupMenu( intf_thread_t * );
static void PopupMenu( intf_thread_t *, bool );
static void PopupMenuStaticEntries( intf_thread_t *p_intf, QMenu *menu );
/* Systray */
static void updateSystrayMenu( MainInterface *,intf_thread_t *,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment