Skip to content

Dereference QPointer so that GCC 4.8 can compile

John Tourtellott requested to merge john.tourtellott/cmb:fix-gcc48-build into master

GCC 4.8 is not able to deduce the raw pointer from QPointer, so this makes it explicit. Because VTK 8 and 9 will continue to support gcc 4.8, this branch will keep CMB in lockstep with that.

Merge request reports