Page MenuHomePhabricator

Compilation errors (QT5): "error: 'trUtf8' is deprecated"
Closed, ResolvedPublic

Description

Compilation errors on both MAC and Ubuntu:

MITK/Modules/AppUtil/src/QmitkSafeNotify.h:53:25: error: 'trUtf8' is deprecated

    [-Werror,-Wdeprecated-declarations]
msgBox.addButton(app->trUtf8("Exit immediately"), QMessageBox::YesRole);

I've tried replacing this function (and other similar errors) with new - but there are too many of them.

Thanks,
Alena

Event Timeline

alenauus triaged this task as Unbreak Now! priority.Aug 24 2019, 9:04 PM
alenauus created this task.
alenauus lowered the priority of this task from Unbreak Now! to Wishlist.