diff include/gui/pages/anime_list.h @ 114:ab191e28e69d

*: add initial torrent stuff WOAH! these checkboxes are a pain in my fucking ass
author Paper <mrpapersonic@gmail.com>
date Tue, 07 Nov 2023 08:03:42 -0500
parents 2004b41d4a59
children 862d0d8619f6
line wrap: on
line diff
--- a/include/gui/pages/anime_list.h	Mon Nov 06 13:48:11 2023 -0500
+++ b/include/gui/pages/anime_list.h	Tue Nov 07 08:03:42 2023 -0500
@@ -41,7 +41,7 @@
 			NB_COLUMNS
 		};
 
-		AnimeListPageModel(QWidget* parent, Anime::ListStatus _status);
+		AnimeListPageModel(QObject* parent, Anime::ListStatus _status);
 		~AnimeListPageModel() override = default;
 		int rowCount(const QModelIndex& parent = QModelIndex()) const override;
 		int columnCount(const QModelIndex& parent = QModelIndex()) const override;
@@ -63,7 +63,6 @@
 	public:
 		AnimeListPage(QWidget* parent);
 		void Refresh();
-		void Reset();
 
 	protected:
 		void paintEvent(QPaintEvent*) override;