Replace typedef with using
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
class QPainter;
|
||||
|
||||
typedef QVector<QColor> ColorVector;
|
||||
using ColorVector = QVector<QColor>;
|
||||
|
||||
class MoodbarRenderer {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user