Reduce includes

This commit is contained in:
Jonas Kvinge
2020-02-09 02:29:35 +01:00
parent 84cd65dd6c
commit 1851f26e3f
284 changed files with 742 additions and 665 deletions

View File

@@ -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);