diff src/gui/pages/search.cc @ 81:9b2b41f83a5e

boring: mass rename to cc because this is a very unix-y project, it makes more sense to use the 'cc' extension
author Paper <mrpapersonic@gmail.com>
date Mon, 23 Oct 2023 12:07:27 -0400
parents src/gui/pages/search.cpp@fe719c109dbc
children 4d461ef7d424
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gui/pages/search.cc	Mon Oct 23 12:07:27 2023 -0400
@@ -0,0 +1,6 @@
+#include "gui/pages/search.h"
+
+SearchPage::SearchPage(QWidget* parent) : QWidget(parent) {
+}
+
+#include "gui/pages/moc_search.cpp"