[vlc-commits] [Git][videolan/vlc][master] qt: fix typos in comments
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Jul 17 07:48:24 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
04ba14b3 by Manikandan K. S. at 2026-07-17T07:36:48+00:00
qt: fix typos in comments
Fix 'retreive' -> 'retrieve' in 4 files in the Qt GUI module.
- - - - -
4 changed files:
- modules/gui/qt/maininterface/navigationmodel.cpp
- modules/gui/qt/medialibrary/mlbasemodel.hpp
- modules/gui/qt/style/gtkthemeprovider/gtkthemeprovider.cpp
- modules/gui/qt/util/locallistcacheloader.hpp
Changes:
=====================================
modules/gui/qt/maininterface/navigationmodel.cpp
=====================================
@@ -289,7 +289,7 @@ public:
return false;
//we need to advertise before doing the operations
- // - first retreive the flatten range to be added/removed
+ // - first retrieve the flatten range to be added/removed
// - then perform the operation
if (!expanded)
{
=====================================
modules/gui/qt/medialibrary/mlbasemodel.hpp
=====================================
@@ -81,7 +81,7 @@ public:
/**
* @brief getIndexFromId allow getting the row of an item from its id,
- * if the item is not in cache, data will be retreived until it is
+ * if the item is not in cache, data will be retrieved until it is
* satisfied
* @param id of the item
* @return a JS Promise with the row index
=====================================
modules/gui/qt/style/gtkthemeprovider/gtkthemeprovider.cpp
=====================================
@@ -224,7 +224,7 @@ static int updatePalette(vlc_qt_theme_provider_t* obj)
}
- //IDK how to retreive the shadow color from GTK, using a black like in our theme is good enough
+ //IDK how to retrieve the shadow color from GTK, using a black like in our theme is good enough
GdkRGBA shadow;
shadow.red = shadow.green = shadow.blue = 0.f;
shadow.alpha = 0.22;
=====================================
modules/gui/qt/util/locallistcacheloader.hpp
=====================================
@@ -59,7 +59,7 @@ protected:
*
* ItemType will be copied locally so it must be easilly copyable (sharedptr or primitive types)
*
- * model must implement ModelSource interface to retreive data, and data revision
+ * model must implement ModelSource interface to retrieve data, and data revision
*
* data is sorted and filtered on the UI thread
*/
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/04ba14b3f15de53062af99c8c91cce0b69906029
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/04ba14b3f15de53062af99c8c91cce0b69906029
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list