Commit 401563f8 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: qmenuview: fix macro usage

(cherry picked from commit 2d2c0ffaa99f2146c643e50aa1c82fdaa8a7adad)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 47ec4cec
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
class QMenuView : public QMenu class QMenuView : public QMenu
{ {
Q_OBJECT; Q_OBJECT
public: public:
QMenuView( QWidget * parent = 0, int iMaxVisibleCount = 0 ); QMenuView( QWidget * parent = 0, int iMaxVisibleCount = 0 );
......
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