[Development] Unsatisfied symbols for QAbstractOpenGLFunctions

Thiago Macieira thiago.macieira at intel.com
Wed Nov 26 19:31:27 CET 2014


On Wednesday 26 November 2014 10:10:15 Christophe de Dinechin wrote:
> It compiles OK, but it fails to link stating that it does not find the
> vtable for QAbstractOpenGLFunctions, referenced from the compiler-generated
> copy constructor for QAbstractOpenGLFunctions. Maybe the problem is that
> there should be a copy constructor in the class? Even if marked private, if
> the intent is that you can't copy the class (but I don't see why not).

That class is not copyable. You must find out what caused the copy in the first 
place and shoot it down.

You can find that out by adding a private or deleted copy constructor to your 
class.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list