Squash commits for public release
This commit is contained in:
7
userland/system/applist/AppListWindow.cpp
Normal file
7
userland/system/applist/AppListWindow.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "AppListWindow.h"
|
||||
#include "AppListView.h"
|
||||
|
||||
void AppListWindow::receive_event(std::unique_ptr<LFoundation::Event> event)
|
||||
{
|
||||
Window::receive_event(std::move(event));
|
||||
}
|
||||
Reference in New Issue
Block a user