Mercurial > minori
view include/gui/pages/torrents.h @ 79:c489dd4434af
*: what did I do again?
I really forgot what I did here :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 12 Oct 2023 11:31:39 -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