Skip to content
Commit b8cadefd authored by Sergio Martins's avatar Sergio Martins
Browse files

Add Q_DISABLE_COPY on classes with dtor but no copy-ctor

These classes hold resources (d-pointer) which would lead to a crash
if copied and destroyed twice.

REVIEW: D509
parent 548d492f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment