Replace typedef with using
This commit is contained in:
@@ -53,6 +53,6 @@ class SqlRow {
|
||||
|
||||
};
|
||||
|
||||
typedef QList<SqlRow> SqlRowList;
|
||||
using SqlRowList = QList<SqlRow>;
|
||||
|
||||
#endif // SQLROW_H
|
||||
|
||||
Reference in New Issue
Block a user