Skip to content

EncryptEMailController: minor refactor

Ahmad Samir requested to merge work/ahmad/emailencryptcontroller into master
  • Initialize 'wizard' dialog in the Private constructor, it gets created on demand by the contoller that's created when the Tools -> Clipboard action is triggered
  • Rename ensuareWizardCreated() to createWizard() and make it non-const
  • Make wizard a built-in pointer, QPointer serves no purpose now as the dialog is always created in the Private constructor
  • Port to PMF signal/slot syntax
  • Remove slotWizardRecipientsResolved and connect directly to recipientsResolved
  • Replace one QTimer::singleShot() with queued method invocation
Edited by Ahmad Samir

Merge request reports