view src/gui/pages/torrents.cc @ 86:c912128af0eb

*: various macos fixes todo: push that bsd thing to upstream
author Paper <mrpapersonic@gmail.com>
date Tue, 31 Oct 2023 13:52:36 -0400
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"