Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -436,7 +436,6 @@ class Playlist : public QAbstractListModel {
bool auto_sort_;
int sort_column_;
Qt::SortOrder sort_order_;
};
#endif // PLAYLIST_H

View File

@@ -305,7 +305,6 @@ class PlaylistView : public QTreeView {
QPixmap pixmap_tinyplay_;
QPixmap pixmap_tinypause_;
};
#endif // PLAYLISTVIEW_H