Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
879ea985 by Pierre Lamot at 2024-07-01T11:20:50+00:00
qt: fix function with no return value in mlcustomcover

- - - - -


1 changed file:

- modules/gui/qt/medialibrary/mlcustomcover.cpp


Changes:

=====================================
modules/gui/qt/medialibrary/mlcustomcover.cpp
=====================================
@@ -198,6 +198,7 @@ public:
     {
         if (image.isNull())
             return QStringLiteral("Unspecified error.");
+        return QStringLiteral("");
     }
 
 private:



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/879ea9856e6617183ab73997334d883cfc6babfc

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/879ea9856e6617183ab73997334d883cfc6babfc
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to