Mercurial > minori
view include/gui/pages/history.h @ 61:327568ad9be9
core/fs: finish class-ification of paths
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 29 Sep 2023 15:52:31 -0400 |
parents | 466ac9870df9 |
children | fe719c109dbc |
line wrap: on
line source
#ifndef __gui__pages__history_h #define __gui__pages__history_h #include <QWidget> class HistoryWidget : public QWidget { Q_OBJECT public: HistoryWidget(QWidget* parent = nullptr); }; #endif // __gui__pages__history_h