view src/gui/pages/search.cc @ 98:582b2fca1561

strings: parse HTML entities when reading synopsis, make the toupper and tolower functions more sane
author Paper <mrpapersonic@gmail.com>
date Thu, 02 Nov 2023 15:22:02 -0400
parents 9b2b41f83a5e
children 4d461ef7d424
line wrap: on
line source

#include "gui/pages/search.h"

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

#include "gui/pages/moc_search.cpp"