diff options
Diffstat (limited to 'src/events/inputguievent.h')
-rw-r--r-- | src/events/inputguievent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h index 8350628bf..2a702db91 100644 --- a/src/events/inputguievent.h +++ b/src/events/inputguievent.h @@ -70,7 +70,6 @@ * Base class for all events concerning input. * * @author Olof Naessén - * @since 0.6.0 */ class InputGuiEvent: public Event { @@ -79,7 +78,6 @@ class InputGuiEvent: public Event * Constructor. * * @param source The source widget of the event. - * @param isMetaPressed True if meta is pressed, false otherwise. */ explicit InputGuiEvent(Widget *const source) : Event(source), |