Commit 0d92657d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Clean more.

parent 8dbc6a21
......@@ -55,15 +55,15 @@ public:
void release( void * );
int control( void *, int, va_list );
int i_video_height, i_video_width;
vout_thread_t *p_vout;
private:
intf_thread_t *p_intf;
vlc_mutex_t lock;
vout_thread_t *p_vout;
signals:
void askResize();
//void askResize();
void askVideoWidgetToShow();
public slots:
void SetSizing( unsigned int, unsigned int );
};
......
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