Commit 95ecd545 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

dump: Generate C++ 11


- Use nullptr, override
- Move the constructor body to the implementation on grounds of
  * Avoid code bloat by inlined constructors
  * Avoid the ugly C-style cast from IDispatch to IUnknown
    since both are just forward-declared in the header

[ChangeLog][ActiveQt] dumpcpp now generates the constructor code
into the .cpp file.

Change-Id: I180f64c2b32793d64080ecb8c4246b44b6c0b615
Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
Reviewed-by: default avatarVolker Hilsheimer <volker.hilsheimer@qt.io>
 
Showing with 73 additions and 42 deletions
Supports Markdown
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