Snippets for angelfish 26.04.3 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/angelfish/26.04.3/150arm64-default.log.
-
/wrkdirs/usr/ports/www/angelfish/work/angelfish-26.04.3/src/main.cpp:130:48: warning: 'KLocalizedContext' is deprecated: Since 6.8. use KLocalizedQmlContext or KLocalization::setupLocalizedContext() from KF6::I18nQml instead [-Wdeprecated-declarations] 130 | engine.rootContext()->setContextObject(new KLocalizedContext(&engine)); | ^ -
/wrkdirs/usr/ports/www/angelfish/work/angelfish-26.04.3/angelfish-webapp/main.cpp:71:48: warning: 'KLocalizedContext' is deprecated: Since 6.8. use KLocalizedQmlContext or KLocalization::setupLocalizedContext() from KF6::I18nQml instead [-Wdeprecated-declarations] 71 | engine.rootContext()->setContextObject(new KLocalizedContext(&engine)); | ^ -
/wrkdirs/usr/ports/www/angelfish/work/angelfish-26.04.3/angelfish-webapp/main.cpp:25:16: warning: unused variable 'APPLICATION_ID' [-Wunused-const-variable] 25 | constexpr auto APPLICATION_ID = "org.kde.angelfish"; | ^~~~~~~~~~~~~~