view include/gui/pages/torrents.h @ 82:8b65c417c225

*: fix old stuff, make video players and extensions constants
author Paper <mrpapersonic@gmail.com>
date Mon, 23 Oct 2023 13:37:42 -0400
parents fe719c109dbc
children c69230dc2b5d
line wrap: on
line source

#ifndef __gui__pages__torrents_h
#define __gui__pages__torrents_h
#include <QWidget>

class TorrentsPage : public QWidget {
		Q_OBJECT

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

#endif // __gui__pages__torrents_h