Port to Qt 6 #133
Annotations
2 warnings
linux-qt6 / build (gcc):
src/languagedatabasemaintainer.cpp#L122
'constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<QString>; typename std::add_const<_Tp>::type = const QList<QString>]' is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
|
linux-qt6 / build (clang):
src/languagedatabasemaintainer.cpp#L122
'qAsConst<QList<QString>>' is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
|