view src/gui/pages/torrents.cc @ 112:80f49f623d30

locale: allow switching locales without restarting
author Paper <mrpapersonic@gmail.com>
date Mon, 06 Nov 2023 13:41:30 -0500
parents 9b2b41f83a5e
children ab191e28e69d
line wrap: on
line source

#include "gui/pages/torrents.h"

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

#include "gui/pages/moc_torrents.cpp"