summaryrefslogtreecommitdiffstats
path: root/src/common/debughelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/debughelpers.h')
-rw-r--r--src/common/debughelpers.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/debughelpers.h b/src/common/debughelpers.h
index 2672246..484decf 100644
--- a/src/common/debughelpers.h
+++ b/src/common/debughelpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2014 Canonical, Ltd.
+ * Copyright (C) 2013-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -20,6 +20,7 @@
#include <QString>
#include <mir_toolkit/common.h>
+#include <mir_toolkit/events/input/input_event.h>
class QTouchEvent;
@@ -35,4 +36,7 @@ const char *mirMotionActionToStr(int value);
const char *applicationStateToStr(int state);
+QString mirTouchEventToString(MirTouchInputEvent const* event);
+const char *mirTouchActionToString(MirTouchInputEventTouchAction touchAction);
+
#endif // UBUNTUGESTURES_DEBUG_HELPER_H