Replace typedef with using
This commit is contained in:
@@ -63,7 +63,7 @@ class PlaylistBackend : public QObject {
|
||||
QString dynamic_backend;
|
||||
QByteArray dynamic_data;
|
||||
};
|
||||
typedef QList<Playlist> PlaylistList;
|
||||
using PlaylistList = QList<Playlist>;
|
||||
|
||||
static const int kSongTableJoins;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user