X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Finfo_panels.hpp;h=ed2d8d51d40418c99d9ba0fd6551e5c8cee9a39b;hb=f729cfdffa67e4734a9cc03e00086a80a3373e72;hp=5a948e45e92113a3db5f723a103909cbeb787125;hpb=d2348d98b49475c0868d43bf79639a5980d75c84;p=vlc diff --git a/modules/gui/qt4/components/info_panels.hpp b/modules/gui/qt4/components/info_panels.hpp index 5a948e45e9..ed2d8d51d4 100644 --- a/modules/gui/qt4/components/info_panels.hpp +++ b/modules/gui/qt4/components/info_panels.hpp @@ -159,13 +159,5 @@ public slots: void update( input_item_t * ); void clear(); }; -class ArtCover : public QLabel -{ - Q_OBJECT - void mouseDoubleClickEvent( QMouseEvent *event ) - { - fprintf(stderr, "**************************" ); - } -}; #endif