mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
Userland: Rename Core::Object to Core::EventReceiver
This is a more precise description of what this class actually does.
This commit is contained in:
parent
bdf696e488
commit
ddbe6bd7b4
128 changed files with 399 additions and 401 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <AK/Vector.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <LibCore/Object.h>
|
||||
#include <LibCore/EventReceiver.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
|
||||
|
@ -17,7 +17,7 @@ namespace WindowServer {
|
|||
class KeyEvent;
|
||||
class Window;
|
||||
|
||||
class WindowSwitcher final : public Core::Object {
|
||||
class WindowSwitcher final : public Core::EventReceiver {
|
||||
C_OBJECT(WindowSwitcher)
|
||||
public:
|
||||
enum class Mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue