git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more Qt playlist code
[vlc.git]
/
modules
/
gui
/
qt4
/
components
/
playlist
/
panels.hpp
diff --git
a/modules/gui/qt4/components/playlist/panels.hpp
b/modules/gui/qt4/components/playlist/panels.hpp
index
4596cfc
..
c574008
100644
(file)
--- a/
modules/gui/qt4/components/playlist/panels.hpp
+++ b/
modules/gui/qt4/components/playlist/panels.hpp
@@
-46,7
+46,7
@@
class StandardPLPanel: public PLPanel
{
Q_OBJECT;
public:
{
Q_OBJECT;
public:
- StandardPLPanel( QWidget *, intf_thread_t *, playlist_item_t * );
+ StandardPLPanel( QWidget *, intf_thread_t *, playlist_
t *,playlist_
item_t * );
virtual ~StandardPLPanel();
};
virtual ~StandardPLPanel();
};