TimeDate: Fix "Apply" button enabling for checkbox options (fixes #111)

Closed Philip Müller requested to merge jhrdina:fix-ntp-apply-button into master

Created by: jhrdina

Fixes #111 (closed).

setApplyEnabled( this, true ) call was missing inside isNtpEnabledCheckBox's toggled signal handler.

Signals are now blocked during initial values setup to prevent firing of unwanted QCheckBox::toggled signal and therefore making Apply button visible even if user doesn't make any changes.

Issue was fixed even for isRtcLocalCheckBox.

Merge request reports