X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fevent.cpp;h=3803ab967fa920b3b8311aefe31e940064155fc0;hp=826af7c664bace84075ad74895d16cce9521a809;hb=03b1230e44adca6b808a6a702aa5173e578a1160;hpb=e9e9f28438f4e11995e6b444928da1c0f8487804 diff --git a/src/common/event.cpp b/src/common/event.cpp index 826af7c6..3803ab96 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -19,3 +19,9 @@ ***************************************************************************/ #include "event.h" + +Event::Event(EventManager::EventType type) + : _type(type) +{ + +}