Mercurial > minori
view include/gui/pages/history.h @ 55:d10b6c6b432e
add xml lib, we will need to use it eventually
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 26 Sep 2023 12:37:08 -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