[vlc-commits] [Git][videolan/vlc][master] qt: fix function with no return value in mlcustomcover
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Mon Jul  1 12:11:17 UTC 2024
    
    
  
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
    
    
More information about the vlc-commits
mailing list