view src/gui/pages/history.cpp @ 59:327e9a5c72f1

filesystem: add basename and stem functions
author Paper <mrpapersonic@gmail.com>
date Thu, 28 Sep 2023 13:45:45 -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"