diff include/gui/pages/anime_list.h @ 77:6f7385bd334c

*: update formatted all source files, no more subclassing QThread... many other changes :)
author Paper <mrpapersonic@gmail.com>
date Fri, 06 Oct 2023 06:18:53 -0400
parents fe719c109dbc
children d02fdf1d6708
line wrap: on
line diff
--- a/include/gui/pages/anime_list.h	Wed Oct 04 01:46:33 2023 -0400
+++ b/include/gui/pages/anime_list.h	Fri Oct 06 06:18:53 2023 -0400
@@ -54,7 +54,6 @@
 		int columnCount(const QModelIndex& parent = QModelIndex()) const override;
 		QVariant data(const QModelIndex& index, int role) const override;
 		QVariant headerData(const int section, const Qt::Orientation orientation, const int role) const override;
-		void UpdateAnime(int id);
 		void RefreshList();
 		Anime::Anime* GetAnimeFromIndex(QModelIndex index);
 
@@ -82,6 +81,8 @@
 		void resizeEvent(QResizeEvent* e) override;
 		void RefreshList();
 		void RefreshTabs();
+		void UpdateAnime(int id);
+		void RemoveAnime(int id);
 
 	private slots:
 		void DisplayColumnHeaderMenu();