diff options
author | Ariya Hidayat <ariya.hidayat@trolltech.com> | 2009-03-12 15:08:24 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@trolltech.com> | 2009-04-07 18:12:16 (GMT) |
commit | 600beb2a2ed1c3df581230c526f1e64b78112477 (patch) | |
tree | f16ffa7fb8c58f7f2dfc7bb43cbbe834ef5960dd /src/gui/graphicsview/qgraphicsscene_bsp_p.h | |
parent | 45c70c9834316f39a939b87450099560fd286a6e (diff) | |
download | Qt-600beb2a2ed1c3df581230c526f1e64b78112477.zip Qt-600beb2a2ed1c3df581230c526f1e64b78112477.tar.gz Qt-600beb2a2ed1c3df581230c526f1e64b78112477.tar.bz2 |
Fixes: Mark the BSP tree class so we can autotest it.
Diffstat (limited to 'src/gui/graphicsview/qgraphicsscene_bsp_p.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicsscene_bsp_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene_bsp_p.h b/src/gui/graphicsview/qgraphicsscene_bsp_p.h index a35148c..ebcb402 100644 --- a/src/gui/graphicsview/qgraphicsscene_bsp_p.h +++ b/src/gui/graphicsview/qgraphicsscene_bsp_p.h @@ -70,7 +70,7 @@ class QGraphicsSceneInsertItemBspTreeVisitor; class QGraphicsSceneRemoveItemBspTreeVisitor; class QGraphicsSceneFindItemBspTreeVisitor; -class QGraphicsSceneBspTree : public QGraphicsSceneIndex +class Q_AUTOTEST_EXPORT QGraphicsSceneBspTree : public QGraphicsSceneIndex { public: struct Node |