[vlc-devel] commit: Missing file. ( Rémi Duraffort )

git version control git at videolan.org
Thu Jul 16 11:43:09 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jul 16 11:42:57 2009 +0200| [ba87c8d2fc3a6295c76631e66f6843226c8b35e0] | committer: Rémi Duraffort 

Missing file.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba87c8d2fc3a6295c76631e66f6843226c8b35e0
---

 modules/gui/qt4/menus.hpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/menus.hpp b/modules/gui/qt4/menus.hpp
index 46eaab6..4f720f0 100644
--- a/modules/gui/qt4/menus.hpp
+++ b/modules/gui/qt4/menus.hpp
@@ -133,9 +133,9 @@ private:
     static QMenu * Populate( intf_thread_t *, QMenu *current,
                              vector<const char*>&, vector<vlc_object_t *>& );
 
-    static void CreateAndConnect( QMenu *, const char *, QString, QString,
-                                  int, vlc_object_t *, vlc_value_t, int,
-                                  bool c = false );
+    static void CreateAndConnect( QMenu *, const char *, const QString&,
+                                  const QString&, int, vlc_object_t *,
+                                  vlc_value_t, int, bool c = false );
     static void UpdateItem( intf_thread_t *, QMenu *, const char *,
                             vlc_object_t *, bool );
     static int CreateChoicesMenu( QMenu *,const char *, vlc_object_t *, bool );




More information about the vlc-devel mailing list