clang-tidy: fix mismatched variable names (#1109)

Found with readability-inconsistent-declaration-parameter-name

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2023-08-31 06:46:58 +02:00
committed by GitHub
parent f44ea9b80b
commit 040b069957
23 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -71,12 +71,12 @@ namespace TagLib {
virtual void removeUnsupportedProperties(const StringList& properties);
/*!
* Sets the tags of this File to those specified in \a properties. This default
* Sets the tags of this File to those specified in \a origProps. This default
* implementation sets only the tags for which setter methods exist in this class
* (artist, album, ...), and only one value per key; the rest will be contained
* in the returned PropertyMap.
*/
virtual PropertyMap setProperties(const PropertyMap &properties);
virtual PropertyMap setProperties(const PropertyMap &origProps);
/*!
* Returns the track name; if no track name is present in the tag