aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-03-30 16:42:08 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:19 -0300
commit009daead512428205ac730012d4d81ec49fc47e6 (patch)
tree555dfbdf7f81d0526c780060a17f435c6d6f3930 /tests/samplebinding/global.h
parent93787c322144f3c11acf261655b89a25176ce528 (diff)
Added unit tests to simulate the QPainter::drawText overloads.
The classes Rect and RectF were added to help with the imitation.
Diffstat (limited to 'tests/samplebinding/global.h')
-rw-r--r--tests/samplebinding/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/samplebinding/global.h b/tests/samplebinding/global.h
index f8781eef8..98738a38a 100644
--- a/tests/samplebinding/global.h
+++ b/tests/samplebinding/global.h
@@ -37,6 +37,7 @@
#include "privatector.h"
#include "privatedtor.h"
#include "protected.h"
+#include "rect.h"
#include "reference.h"
#include "removednamespaces.h"
#include "samplenamespace.h"