Mercurial > minori
view src/gui/pages/search.cc @ 179:9c4645100fec
osx: clean up includes, we do not need cocoa
what we *do* need is the very basics that animia already depends on anyway.
these are basically guaranteed to be on any macos system, making it fairly portable
now... I haven't tested this :) I don't have a macos machine right now...
| author | Paper <mrpapersonic@gmail.com> | 
|---|---|
| date | Mon, 04 Dec 2023 12:03:36 -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"
