]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.hpp
Qt(Dialog provider): Add support for key accelerators
[vlc] / modules / gui / qt4 / input_manager.hpp
index ff1a83da5f0443dc7f48f4147b3dbf4e097e1587..dac3bc3dedd6d1ca37a00a2391efce5a11e2a7ee 100644 (file)
@@ -141,7 +141,7 @@ public:
     bool hasAudio();
     bool hasVideo() { return hasInput() && b_video; }
     bool hasVisualisation();
-    void requestArtUpdate( input_item_t *p_item );
+    void requestArtUpdate( input_item_t *p_item, bool b_forced );
     void setArt( input_item_t *p_item, QString fileUrl );
 
     QString getName() { return oldName; }