Skip to content

(ui): rename bad named functions

Flavien BRIDAULT requested to merge 624-ui-rename-bad-named-functions into dev

Description

  • Deprecated ::fwGui::dialog::MessageDialog::showNotificationDialog() and propose a new ::fwGui::dialog::MessageDialog::show()
  • Deprecated ::fwGui::dialog::NotificationDialog::showNotificationDialog() and propose a new ::fwGui::dialog::NotificationDialog::show()
  • Renamed all occurrences.

Closes #624 (closed)

How to test it?

Build and run an app

Edited by Flavien BRIDAULT

Merge request reports