Commit ba87c8d2 authored by Rémi Duraffort's avatar Rémi Duraffort

Missing file.

parent 13761f2a
...@@ -133,9 +133,9 @@ private: ...@@ -133,9 +133,9 @@ private:
static QMenu * Populate( intf_thread_t *, QMenu *current, static QMenu * Populate( intf_thread_t *, QMenu *current,
vector<const char*>&, vector<vlc_object_t *>& ); vector<const char*>&, vector<vlc_object_t *>& );
static void CreateAndConnect( QMenu *, const char *, QString, QString, static void CreateAndConnect( QMenu *, const char *, const QString&,
int, vlc_object_t *, vlc_value_t, int, const QString&, int, vlc_object_t *,
bool c = false ); vlc_value_t, int, bool c = false );
static void UpdateItem( intf_thread_t *, QMenu *, const char *, static void UpdateItem( intf_thread_t *, QMenu *, const char *,
vlc_object_t *, bool ); vlc_object_t *, bool );
static int CreateChoicesMenu( QMenu *,const char *, vlc_object_t *, bool ); static int CreateChoicesMenu( QMenu *,const char *, vlc_object_t *, bool );
......
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