Fix minor code issues
This commit is contained in:
@@ -362,10 +362,10 @@ class Song {
|
||||
|
||||
QSharedDataPointer<Private> d;
|
||||
};
|
||||
Q_DECLARE_METATYPE(Song);
|
||||
Q_DECLARE_METATYPE(Song)
|
||||
|
||||
typedef QList<Song> SongList;
|
||||
Q_DECLARE_METATYPE(QList<Song>);
|
||||
Q_DECLARE_METATYPE(QList<Song>)
|
||||
|
||||
uint qHash(const Song &song);
|
||||
// Hash function using field checked in IsSimilar function
|
||||
|
||||
Reference in New Issue
Block a user