diff include/gui/pages/history.h @ 54:466ac9870df9

add stub pages (to be implemented)
author Paper <mrpapersonic@gmail.com>
date Tue, 26 Sep 2023 11:18:50 -0400
parents
children fe719c109dbc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/gui/pages/history.h	Tue Sep 26 11:18:50 2023 -0400
@@ -0,0 +1,12 @@
+#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