Home GnuPG

SMimeValidationConfigurationWidget: clean up constructor initializer list

Description

SMimeValidationConfigurationWidget: clean up constructor initializer list

Don't intialize a member with another member in the init-list, if the order
of initialization is changed for any reason, "ui" will be created with an
uninitialized q pointer.

Event Timeline