Mercurial > minori
comparison src/gui/pages/history.cc @ 236:4d461ef7d424
HUGE UPDATE: convert build system to autotools
why? because cmake sucks :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 19 Jan 2024 00:24:02 -0500 |
parents | 9b2b41f83a5e |
children |
comparison
equal
deleted
inserted
replaced
235:593108b3d555 | 236:4d461ef7d424 |
---|---|
1 #include "gui/pages/history.h" | 1 #include "gui/pages/history.h" |
2 | 2 |
3 HistoryPage::HistoryPage(QWidget* parent) : QWidget(parent) { | 3 HistoryPage::HistoryPage(QWidget* parent) : QWidget(parent) { |
4 } | 4 } |
5 | |
6 #include "gui/pages/moc_history.cpp" |