Replace typedef with using
This commit is contained in:
@@ -88,7 +88,7 @@ class RadioModel : public SimpleTreeModel<RadioItem> {
|
||||
|
||||
private:
|
||||
static const int kTreeIconSize;
|
||||
typedef QPair<RadioItem*, QString> ItemAndCacheKey;
|
||||
using ItemAndCacheKey = QPair<RadioItem*, QString>;
|
||||
|
||||
Application *app_;
|
||||
AlbumCoverLoaderOptions cover_loader_options_;
|
||||
|
||||
Reference in New Issue
Block a user