#include "AppListWindow.h" #include "AppListView.h" void AppListWindow::receive_event(std::unique_ptr event) { Window::receive_event(std::move(event)); }