view src/gui/pages/search.cc @ 191:0fc126d52de4

animia: multiple stylistic choices win.class_name is now used to store bundle IDs on OS X, add some little explanations here and there for dumb stuff
author Paper <mrpapersonic@gmail.com>
date Thu, 07 Dec 2023 01:48:04 -0500
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"