view include/gui/pages/history.h @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -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