HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #910460
S2_6/S3_0 Qt: Deprecated qVariantFromValue()
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Replace deprecated qVariantFromValue() use with QVariant::fromValue()
../../../../src/client/gui-qt/diplodlg.cpp: In member function ‘void diplo_wdg::show_menu(int)’:
../../../../src/client/gui-qt/diplodlg.cpp:369:59: warning: ‘QVariant qVariantFromValue(const T&) [with T = void*]’ is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
369 | qvar = qVariantFromValue((void *) adv_iter.value());
Related issues
History
#1
Updated by Marko Lindqvist 4 months ago
- Blocks Bug #896335: Qt deprecation warnings in S2_6/S3_0 when --enable-debug NOT used added
#2
Updated by Marko Lindqvist 4 months ago
- File 0030-Qt-Replace-deprecated-qVariantFromValue-with-QVarian.patch 0030-Qt-Replace-deprecated-qVariantFromValue-with-QVarian.patch added
- Status changed from In Progress to Resolved
#3
Updated by Marko Lindqvist 3 months ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist