Clang-Tidy and Clazy fixes
This commit is contained in:
@@ -44,7 +44,7 @@ class ScrobblerCache : public QObject {
|
||||
|
||||
void ReadCache();
|
||||
|
||||
ScrobblerCacheItemPtr Add(const Song &song, const quint64 ×tamp);
|
||||
ScrobblerCacheItemPtr Add(const Song &song, const quint64 timestamp);
|
||||
ScrobblerCacheItemPtr Get(const quint64 hash);
|
||||
void Remove(const quint64 hash);
|
||||
void Remove(ScrobblerCacheItemPtr item);
|
||||
|
||||
Reference in New Issue
Block a user