lxqt / libqtxdg

Qt implementation of freedesktop.org xdg specs
https://lxqt.github.io
GNU Lesser General Public License v2.1
72 stars 35 forks source link

Move member initialization to the initialize list #211

Closed luis-pereira closed 4 years ago

luis-pereira commented 4 years ago

When an object of a class is created, the constructors of all member variables are called consecutively in the order the variables are declared, even if we don't explicitly write them to the initialization list.

tsujan commented 4 years ago

GTM