]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/info_panels.hpp
Qt: use the CoverArtLabel in the playlist view and media information dialog
[vlc] / modules / gui / qt4 / components / info_panels.hpp
index e2efe66d7d966c0249c26fe27f1f8ed4d8f897f1..5a948e45e92113a3db5f723a103909cbeb787125 100644 (file)
@@ -49,6 +49,7 @@ class QTreeWidgetItem;
 class QTreeView;
 class QSpinBox;
 class QLineEdit;
+class CoverArtLabel;
 
 class MetaPanel: public QWidget
 {
@@ -80,7 +81,7 @@ private:
     QLineEdit *nowplaying_text;
     QLineEdit *publisher_text;
 //    QLineEdit *encodedby_text;
-    QLabel *art_cover;
+    CoverArtLabel *art_cover;
 
 public slots:
     void update( input_item_t * );