view src/gui/pages/history.cpp @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -0400
parents 466ac9870df9
children fe719c109dbc
line wrap: on
line source

#include "gui/pages/history.h"

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

#include "gui/pages/moc_history.cpp"