view include/gui/pages/history.h @ 66:6481c5aed3e1

posters: add poster widget... why does AniList call these cover images? they're posters...
author Paper <mrpapersonic@gmail.com>
date Mon, 02 Oct 2023 05:56:32 -0400
parents fe719c109dbc
children c69230dc2b5d
line wrap: on
line source

#ifndef __gui__pages__history_h
#define __gui__pages__history_h
#include <QWidget>

class HistoryPage : public QWidget {
		Q_OBJECT

	public:
		HistoryPage(QWidget* parent = nullptr);
};

#endif // __gui__pages__history_h