1#include "AppListWindow.h" 2#include "AppListView.h" 3 4void AppListWindow::receive_event(std::unique_ptr<LFoundation::Event> event) 5{ 6 Window::receive_event(std::move(event)); 7}