summaryrefslogtreecommitdiff
path: root/src/events/inputguievent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-03 18:32:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-03 19:35:08 +0300
commit6e09393c9d4a2f36c582ff97c0f5d5263757cbcc (patch)
tree4a183d5255462594bca9888f4f598800f6125805 /src/events/inputguievent.h
parent829c8fb2476f763f0d0a1f4ca792073eb953814e (diff)
downloadplus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.gz
plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.bz2
plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.xz
plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.zip
Fix some doxygen issues.
Diffstat (limited to 'src/events/inputguievent.h')
-rw-r--r--src/events/inputguievent.h2
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),