summaryrefslogtreecommitdiff
path: root/src/qev
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-10-26 11:34:48 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-10-27 16:15:39 +0000
commit10411e51782f7274da626bec01ec3ab8cae8723b (patch)
tree22d16bdd2ccb4fc685a2b85ffa512d3f768e0e1b /src/qev
parent876889cbc4b22e0ef40bd8276b079782ddc55e3b (diff)
downloadqttools-10411e51782f7274da626bec01ec3ab8cae8723b.tar.gz
qev: Actually print the events
The operator<< is defined in qevent.h, so it needs to be #included. Otherwise, this is the most useless application ever. It printed for me when I ran it: 0x7ffcfd4539d0 0x7ffcfd453aa0 0x7ffcfd453c00 0x7ffcfd453c70 [...] Change-Id: I7e6338336dd6468ead24ffff1410d0481e01f8ef Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/qev')
-rw-r--r--src/qev/qev.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qev/qev.cpp b/src/qev/qev.cpp
index 9b16ef25f..aff170d97 100644
--- a/src/qev/qev.cpp
+++ b/src/qev/qev.cpp
@@ -34,6 +34,7 @@
#include <QWidget>
#include <QApplication>
#include <QDebug>
+#include <qevent.h>
QT_USE_NAMESPACE