view src/gui/pages/history.cc @ 160:900b5b530883

dep/animia: fd/xnu: use path args to get executable filename
author Paper <mrpapersonic@gmail.com>
date Fri, 17 Nov 2023 12:37:31 -0500
parents 9b2b41f83a5e
children 4d461ef7d424
line wrap: on
line source

#include "gui/pages/history.h"

HistoryPage::HistoryPage(QWidget* parent) : QWidget(parent) {
}

#include "gui/pages/moc_history.cpp"