diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:17:33 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:17:33 (GMT) |
commit | 240c33480ea300a78416205602af293d5c223ee2 (patch) | |
tree | 3617ccdc93191544ff1b7fce916cbcb49bfb0380 /tools/qml/qdeclarativetester.h | |
parent | 38856b7ca5ec18b0292dd3dd11d8ea42fea361e6 (diff) | |
download | Qt-240c33480ea300a78416205602af293d5c223ee2.zip Qt-240c33480ea300a78416205602af293d5c223ee2.tar.gz Qt-240c33480ea300a78416205602af293d5c223ee2.tar.bz2 |
QmlViewer: Remove trailing whitespace
Diffstat (limited to 'tools/qml/qdeclarativetester.h')
-rw-r--r-- | tools/qml/qdeclarativetester.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/qdeclarativetester.h b/tools/qml/qdeclarativetester.h index 0cf508a..5a2a8c6 100644 --- a/tools/qml/qdeclarativetester.h +++ b/tools/qml/qdeclarativetester.h @@ -122,7 +122,7 @@ public: int type() const { return m_type; } void setType(int t) { m_type = t; } - + int button() const { return m_button; } void setButton(int b) { m_button = b; } @@ -237,7 +237,7 @@ private: struct MouseEvent { MouseEvent(QMouseEvent *e) - : type(e->type()), button(e->button()), buttons(e->buttons()), + : type(e->type()), button(e->button()), buttons(e->buttons()), pos(e->pos()), modifiers(e->modifiers()), destination(View) {} QEvent::Type type; |