Replace typedef with using
This commit is contained in:
@@ -69,7 +69,7 @@ class ShuffleItems;
|
||||
class SortItems;
|
||||
} // namespace PlaylistUndoCommands
|
||||
|
||||
typedef QMap<int, Qt::Alignment> ColumnAlignmentMap;
|
||||
using ColumnAlignmentMap = QMap<int, Qt::Alignment>;
|
||||
Q_DECLARE_METATYPE(Qt::Alignment)
|
||||
Q_DECLARE_METATYPE(ColumnAlignmentMap)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user