summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-08-04 09:45:15 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-08-26 05:58:39 +0000
commit73f645211a5cdb590fc600684dc6c1ffd4904bae (patch)
treef7f610a4786f4ae656033e5bb4cae8a383091989 /src
parent82a9f8556540960ef38a436f9140bb5c227d8306 (diff)
ExpandBoundingVolumeJob: make run public
Change-Id: I50a65956460ae6791df2fe09aff84c81a667e17a Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/render/jobs/expandboundingvolumejob_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/jobs/expandboundingvolumejob_p.h b/src/render/jobs/expandboundingvolumejob_p.h
index d20722eb8..2153e3035 100644
--- a/src/render/jobs/expandboundingvolumejob_p.h
+++ b/src/render/jobs/expandboundingvolumejob_p.h
@@ -69,8 +69,6 @@ public:
ExpandBoundingVolumeJob();
void setRoot(Entity *root);
-
-protected:
void run() Q_DECL_OVERRIDE;
private: