[vlc-commits] Qt, playlist: privatize a slot
Jean-Baptiste Kempf
git at videolan.org
Fri Mar 11 23:23:53 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 11 22:42:44 2011 +0100| [a0c06b1dd2f8e78b32fa258c45de932e8f9dfc73] | committer: Jean-Baptiste Kempf
Qt, playlist: privatize a slot
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0c06b1dd2f8e78b32fa258c45de932e8f9dfc73
---
.../gui/qt4/components/playlist/standardpanel.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/standardpanel.hpp b/modules/gui/qt4/components/playlist/standardpanel.hpp
index 3a34945..2373811 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.hpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.hpp
@@ -101,13 +101,14 @@ private:
public slots:
void setRoot( playlist_item_t * );
void browseInto( const QModelIndex& );
- void browseInto( );
private slots:
void deleteSelection();
void handleExpansion( const QModelIndex& );
void handleRootChange();
void activate( const QModelIndex & );
+
+ void browseInto();
void browseInto( input_item_t * );
void gotoPlayingItem();
More information about the vlc-commits
mailing list