view src/gui/pages/history.cc @ 167:31735c8592bc

dep/animia: make x11 window walking actually work this is HORRIBLY slow, and I'm not *entirely* sure why...
author paper@DavesDouble.local
date Sun, 19 Nov 2023 05:32:06 -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"