Snippets for alkimia 8.2.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/alkimia/8.2.1_1/150amd64-default.log.
-
/wrkdirs/usr/ports/finance/alkimia/work/alkimia-8.2.1/src/alknewstuffwidget.cpp:74:69: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] 74 | connect(knsWrapper, &KNSWidgets::Action::dialogFinished, this, [this, entries, loop](const QList<KNSCore::Entry> &changedEntries) | ^~~~~ -
/wrkdirs/usr/ports/finance/alkimia/work/alkimia-8.2.1/src/alkonlinequotesprofile_p.cpp:294:26: warning: 'location' is deprecated: Use path() [-Wdeprecated-declarations] 294 | return QLibraryInfo::location(QLibraryInfo::PrefixPath) + "/share"; | ^