Skip to content

Fix QPointer conversion for old gcc version

gcc-4.8.5 fails to do implicit conversion between Qpointer<T> and T* in the connect template function of Qt. This mr addresses that problem by replacing the variable declaration with T*.

@keu-sciviz

Backport: release

Edited by Thomas Caissard

Merge request reports