]> git.sesse.net Git - vlc/commitdiff
Qt4 - compil fix.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 15 Oct 2007 09:24:58 +0000 (09:24 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 15 Oct 2007 09:24:58 +0000 (09:24 +0000)
modules/gui/qt4/components/interface_widgets.hpp

index a33b207b0daaca38a2a0f95928d25e0dbfa7d610..61edabbdd17c5f45b09f290ffac1434c6a334fbc 100644 (file)
@@ -237,7 +237,6 @@ class PlaylistWidget : public QSplitter
 public:
     PlaylistWidget( intf_thread_t *_p_i ) ;
     virtual ~PlaylistWidget();
-    virtual QSize sizeHint() const;
 private:
     PLSelector *selector;
     PLPanel *rightPanel;