view src/gui/pages/history.cc @ 409:8d06825d96d1

library: refresh in a separate thread this is fugly but it works
author Paper <paper@tflc.us>
date Thu, 02 Apr 2026 00:18:56 -0400
parents ea3a74ed2ef9
children
line wrap: on
line source

#include "gui/pages/history.h"

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