Replace typedef with using
This commit is contained in:
@@ -53,7 +53,7 @@ class DeviceDatabaseBackend : public QObject {
|
||||
MusicStorage::TranscodeMode transcode_mode_;
|
||||
Song::FileType transcode_format_;
|
||||
};
|
||||
typedef QList<Device> DeviceList;
|
||||
using DeviceList = QList<Device>;
|
||||
|
||||
static const int kDeviceSchemaVersion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user