view src/gui/pages/history.cc @ 334:948955c3ba81

services: use fmt for setting the status bar this should make localization easier
author Paper <paper@paper.us.eu.org>
date Mon, 17 Jun 2024 20:35:31 -0400
parents 4d461ef7d424
children
line wrap: on
line source

#include "gui/pages/history.h"

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