Reduce includes
This commit is contained in:
@@ -21,9 +21,11 @@
|
||||
#ifndef INTERNETSEARCHSORTMODEL_H
|
||||
#define INTERNETSEARCHSORTMODEL_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
class QObject;
|
||||
class QModelIndex;
|
||||
|
||||
class InternetSearchSortModel : public QSortFilterProxyModel {
|
||||
public:
|
||||
InternetSearchSortModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user