Treat deleted functions as private members.

Authored by burel on Jul 19 2017, 4:20 PM.

Description

Treat deleted functions as private members.

QOpenGLPaintDevice has a protected deleted copy constructor and copy
assignment operator. Smoke should treat this class as non-copyable. The
easiest way to achieve this is to treat these methods as private.

Details

Committed
burelJul 19 2017, 7:03 PM
Parents
R521:9cf40bc20785: Fix generated code when wrapping a class with a private destructor.
Branches
Unknown
Tags
Unknown