PlaylistListSortFilterModel: Add header guard
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef PLAYLISTLISTSORTFILTERMODEL_H
|
||||||
|
#define PLAYLISTLISTSORTFILTERMODEL_H
|
||||||
|
|
||||||
#include <QSortFilterProxyModel>
|
#include <QSortFilterProxyModel>
|
||||||
|
|
||||||
class PlaylistListSortFilterModel : public QSortFilterProxyModel {
|
class PlaylistListSortFilterModel : public QSortFilterProxyModel {
|
||||||
@@ -38,3 +41,5 @@ class PlaylistListSortFilterModel : public QSortFilterProxyModel {
|
|||||||
return left.row() < right.row();
|
return left.row() < right.row();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // PLAYLISTLISTSORTFILTERMODEL_H
|
||||||
|
|||||||
Reference in New Issue
Block a user