Mercurial > minori
view include/gui/pages/history.h @ 63:3d2decf093bb
*: fix many clang warnings
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:39:47 -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