summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/sortpolicy_p.h
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-08-08 13:58:49 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-08-08 12:02:04 +0000
commitc3e3f8ccf6f5a2f4439b0d083cf38df8423425bf (patch)
tree707dbf4266aae7f615bb84b4628b04795d3bfb3c /src/render/framegraph/sortpolicy_p.h
parent98279960e47d62411d04aa76c9ba1e7850962649 (diff)
Fix SortPolicy backend node parenting
Also comes with unit tests showing the bug and testing the basic SortPolicy node behavior. Change-Id: Ied522dcce4faaa7c6750c289f6aafb18f92ffc74 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/sortpolicy_p.h')
-rw-r--r--src/render/framegraph/sortpolicy_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/sortpolicy_p.h b/src/render/framegraph/sortpolicy_p.h
index 32d2888c3..868c1430d 100644
--- a/src/render/framegraph/sortpolicy_p.h
+++ b/src/render/framegraph/sortpolicy_p.h
@@ -60,7 +60,7 @@ namespace Qt3DRender {
namespace Render {
-class SortPolicy : public FrameGraphNode
+class Q_AUTOTEST_EXPORT SortPolicy : public FrameGraphNode
{
public:
SortPolicy();