t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

Initialize member variables in constructors #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not all member variables are initialized in the ctors of all classes. This
is usually OK. But the bugs that these can cause are usually very subtle.
To avoid this, just make sure every member variable is initialized.

Original issue reported on code.google.com by erik.e.h...@jpl.nasa.gov on 23 Nov 2008 at 7:26

Attachments: