diff options
Diffstat (limited to 'src/downloadlistsortproxy.h')
| -rw-r--r-- | src/downloadlistsortproxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/downloadlistsortproxy.h b/src/downloadlistsortproxy.h index e2c1bfb6..71ac7e56 100644 --- a/src/downloadlistsortproxy.h +++ b/src/downloadlistsortproxy.h @@ -22,7 +22,9 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QSortFilterProxyModel>
-#include "downloadmanager.h"
+
+
+class DownloadManager;
class DownloadListSortProxy : public QSortFilterProxyModel
|
