Snippets for amarok 3.3.3 from Fedora s390x
Sourced from https://kojipkgs.fedoraproject.org/packages/amarok/3.3.3/3.fc45/data/logs/s390x/build.log.
-
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/shared/MetaTagLib.cpp:141:16: warning: ‘void QCryptographicHash::addData(const char*, qsizetype)’ is deprecated: Use the QByteArrayView overload instead [-Wdeprecated-declarations] 141 | md5.addData( bv.data(), bv.size() ); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/shared/MetaTagLib.cpp:149:24: warning: ‘void QCryptographicHash::addData(const char*, qsizetype)’ is deprecated: Use the QByteArrayView overload instead [-Wdeprecated-declarations] 149 | md5.addData( databuf, readlen ); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/utilities/collectionscanner/CollectionScanner.cpp:150:17: warning: ignoring return value of ‘bool QFile::open(FILE*, QIODeviceBase::OpenMode, QFileDevice::FileHandleFlags)’, declared with attribute ‘nodiscard’ [-Wunused-result] 150 | xmlFile.open( stdout, QIODevice::WriteOnly ); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core/podcasts/PodcastReader.cpp:503:48: warning: ‘bool KIO::TransferJob::isErrorPage() const’ is deprecated: Since 6.3. Not implemented [-Wdeprecated-declarations] 503 | if( transferJob && transferJob->isErrorPage() ) | ~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/context/qml_plugin/src/RatingItem.cpp:42:38: warning: ‘void QGuiApplication::paletteChanged(const QPalette&)’ is deprecated: Handle QEvent::ApplicationPaletteChange instead [-Wdeprecated-declarations] 42 | connect( qApp, &QGuiApplication::paletteChanged, this, &QQuickItem::update ); | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core/playlists/PlaylistProvider.h:29:25: warning: defining ‘Playlists::PlaylistProvider’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 29 | class AMAROKCORE_EXPORT PlaylistProvider : public QObject | ^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core-impl/collections/mediadevicecollection/support/ConnectionAssistant.h:38:36: warning: defining ‘ConnectionAssistant’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 38 | class MEDIADEVICECOLLECTION_EXPORT ConnectionAssistant : public QObject | ^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/redhat-linux-build/src/amaroklib_autogen/6HGCHHPO26/../../../../src/core-impl/collections/mediadevicecollection/support/MediaDeviceInfo.h:25:36: warning: defining ‘MediaDeviceInfo’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 25 | class MEDIADEVICECOLLECTION_EXPORT MediaDeviceInfo : public QObject | ^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/statsyncing/Provider.h:58:25: warning: defining ‘StatSyncing::Provider’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 58 | class AMAROK_EXPORT Provider : public QObject | ^~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/redhat-linux-build/src/amaroklib_autogen/ULAKG3MIGW/../../../../src/scripting/scriptconsole/ScriptConsoleItem.h:33:11: warning: defining ‘ScriptConsoleNS::ScriptConsoleItem’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 33 | class ScriptConsoleItem : public ScriptItem | ^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/redhat-linux-build/src/amaroklib_autogen/OGUC3M2NLE/../../../../src/scripting/scriptengine/AmarokStreamItemScript.h:29:11: warning: defining ‘StreamItem’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 29 | class StreamItem : public QObject | ^~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/statsyncing/ScrobblingService.h:43:25: warning: defining ‘StatSyncing::ScrobblingService’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 43 | class AMAROK_EXPORT ScrobblingService | ^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/context/AppletModel.cpp:290:21: warning: ‘void QSortFilterProxyModel::invalidateFilter()’ is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 290 | invalidateFilter(); | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/context/ContextView.cpp:58:52: warning: ‘KLocalizedContext’ is deprecated: Since 6.8. use KLocalizedQmlContext or KLocalization::setupLocalizedContext() from KF6::I18nQml instead [-Wdeprecated-declarations] 58 | engine()->rootContext()->setContextObject( new KLocalizedContext( this ) ); | ^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/configdialog/dialogs/ScriptsConfig.cpp:174:18: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 174 | tempFile.open(); | ~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/playlist/proxymodels/SortFilterProxy.cpp:103:25: warning: ‘void QSortFilterProxyModel::invalidateFilter()’ is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 103 | invalidateFilter(); // Tell QSortFilterProxyModel: re-filter | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/playlist/proxymodels/SortFilterProxy.cpp:128:21: warning: ‘void QSortFilterProxyModel::invalidateFilter()’ is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 128 | invalidateFilter(); // Tell QSortFilterProxyModel: re-filter. | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core-impl/playlists/types/file/asx/ASXPlaylist.cpp:80:20: warning: ‘bool QDomDocument::setContent(const QString&, QString*, int*, int*)’ is deprecated: Use the overload returning ParseResult instead. [-Wdeprecated-declarations] 80 | if( !setContent( data, &errorMsg, &errorLine, &errorColumn ) ) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp:72:20: warning: ‘bool QDomDocument::setContent(const QByteArray&, QString*, int*, int*)’ is deprecated: Use the overload returning ParseResult instead. [-Wdeprecated-declarations] 72 | if( !setContent( content, &errorMsg, &errorLine, &errorColumn ) ) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core-impl/meta/cue/CueFileSupport.cpp:306:10: warning: variable ‘length’ set but not used [-Wunused-but-set-variable=] 306 | long length = 0; | ^~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistBrowserModel.cpp:362:34: warning: ‘void Playlists::Playlist::makeLoadingSync()’ is deprecated [-Wdeprecated-declarations] 362 | playlist->makeLoadingSync(); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistBrowserModel.cpp:672:38: warning: ‘void Playlists::Playlist::makeLoadingSync()’ is deprecated [-Wdeprecated-declarations] 672 | playlist->makeLoadingSync(); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/browsers/playlistbrowser/QtGroupingProxy.cpp:112:25: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 112 | if( variant.type() == QVariant::List ) | ~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsInFoldersProxy.cpp:64:27: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 64 | if( indexData.type() != QVariant::List ) | ~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsInFoldersProxy.cpp:297:29: warning: loop variable ‘groupIdx’ of type ‘const QModelIndex&’ binds to a temporary constructed from type ‘QPersistentModelIndex’ [-Wrange-loop-construct] 297 | for( const QModelIndex &groupIdx : indexes ) | ^~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/browsers/playlistbrowser/PlaylistsByProviderProxy.cpp:67:27: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 67 | if( indexData.type() != QVariant::List ) | ~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp:37:61: warning: ‘QSqlQuery::QSqlQuery(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Use move construction instead. [-Wdeprecated-declarations] 37 | SqlQuery::SqlQuery(const QSqlQuery &other) : QSqlQuery(other) | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp:41:71: warning: ‘QSqlQuery::QSqlQuery(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Use move construction instead. [-Wdeprecated-declarations] 41 | SqlQuery::SqlQuery(const SqlQuery &other) : QObject(), QSqlQuery(other) | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptengine/qtbindings/SqlSqlQuery.cpp:244:35: warning: ‘QSqlQuery& QSqlQuery::operator=(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Use move assignment instead. [-Wdeprecated-declarations] 244 | this->QSqlQuery::operator=( other ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptengine/AmarokBookmarkScript.cpp:49:64: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 49 | QMetaType::registerConverter<BookmarkGroupList, QJSValue>( [=] (BookmarkGroupList bgList) { return toScriptArray<BookmarkGroupList>( m_engine, bgList ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptengine/AmarokBookmarkScript.cpp:57:58: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 57 | QMetaType::registerConverter<BookmarkList,QJSValue>( [=] (BookmarkList bList) { return toScriptArray<BookmarkList>( m_engine, bList); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptengine/AmarokCollectionViewScript.cpp:65:66: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 65 | QMetaType::registerConverter<CollectionTreeItem*, QJSValue>( [=] (CollectionTreeItem* item) { return CollectionViewItem::toScriptValue( m_engine, item ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptconsole/ScriptConsole.cpp:248:28: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 248 | scriptText.open( QIODevice::ReadOnly ); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/amarokurls/BookmarkTreeView.cpp:233:36: warning: ‘QAbstractItemDelegate* QAbstractItemView::itemDelegate(const QModelIndex&) const’ is deprecated: Use itemDelegateForIndex instead [-Wdeprecated-declarations] 233 | QSize shr = itemDelegate( idx )->sizeHint( o, idx ); | ~~~~~~~~~~~~^~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/statsyncing/ui/MatchedTracksPage.cpp:55:33: warning: ‘void QSortFilterProxyModel::invalidateFilter()’ is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 55 | invalidateFilter(); | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/ActionClasses.cpp:164:103: warning: ‘KHelpMenu::KHelpMenu(QWidget*, const KAboutData&, bool)’ is deprecated: Since 6.9. Use one of the other constructors [-Wdeprecated-declarations] 164 | s_helpMenu = new KHelpMenu( parent, KAboutData::applicationData(), Amarok::actionCollection() ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/scripting/scriptmanager/ScriptItem.cpp:216:20: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 216 | scriptFile.open( QIODevice::ReadOnly ); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/TrayIcon.cpp:78:48: warning: ‘QList<QAction*> KStatusNotifierItem::actionCollection() const’ is deprecated: Since 6.6. Read actions from contextMenu() [-Wdeprecated-declarations] 78 | contextMenu()->addActions( actionCollection() ); // quit and restore | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/TrayIcon.cpp:310:50: warning: ‘QList<QAction*> KStatusNotifierItem::actionCollection() const’ is deprecated: Since 6.6. Read actions from contextMenu() [-Wdeprecated-declarations] 310 | for( const auto action : actionCollection() ) | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/TrayIcon.cpp:318:52: warning: ‘QList<QAction*> KStatusNotifierItem::actionCollection() const’ is deprecated: Since 6.6. Read actions from contextMenu() [-Wdeprecated-declarations] 318 | contextMenu()->addActions( actionCollection() ); | ~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:101:41: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 101 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( album, CoverFetch::Interactive, fetchSource() ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:117:37: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 117 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( album, CoverFetch::Automatic ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:126:41: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 126 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( album, CoverFetch::Automatic ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:133:37: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 133 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->addQuery( query, fetchSource(), page, album ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:196:41: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 196 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:210:41: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 210 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( unit->album(), unit->options(), payload->source(), data ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:215:41: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 215 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->add( unit->options(), fetchSource(), data ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:267:45: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 267 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:390:37: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 390 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverFetcher.cpp:456:37: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 456 | QTimer::singleShot( 0, m_queue, [=] () { m_queue->remove( unit ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/covermanager/CoverManager.cpp:710:34: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 710 | QTimer::singleShot( 0, this, [=]() { setStatusText( text ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/dialogs/TagDialog.cpp:911:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint’ {aka ‘unsigned int’} [-Wsign-compare] 911 | if( ui->ratingWidget->rating() != tags.value( Meta::Field::RATING ).toUInt() ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/OpmlParser.cpp:125:66: warning: ‘bool KIO::TransferJob::isErrorPage() const’ is deprecated: Since 6.3. Not implemented [-Wdeprecated-declarations] 125 | if( job->error() || ( transferJob && transferJob->isErrorPage() ) ) | ~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/Osd.cpp:409:41: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 409 | QTimer::singleShot( 1000, this, [=] () { update(); }); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/PlayPauseButton.cpp:70:53: warning: ‘QImage QImage::mirrored(bool, bool) const &’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 70 | m_icon.play[i] = m_icon.play[i].mirrored( true, false ); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/PlayPauseButton.cpp:71:55: warning: ‘QImage QImage::mirrored(bool, bool) const &’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 71 | m_icon.pause[i] = m_icon.pause[i].mirrored( true, false ); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/PrettyTreeView.cpp:163:83: warning: ‘T* QScopedPointer<T, Cleanup>::take() [with T = QPoint; Cleanup = QScopedPointerDeleter<QPoint>]’ is deprecated: Use std::unique_ptr instead, and call release(). [-Wdeprecated-declarations] 163 | QScopedPointer<QPoint> expandCollapsePressedAt( m_expandCollapsePressedAt.take() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/PrettyTreeView.cpp:232:78: warning: ‘QAbstractItemDelegate* QAbstractItemView::itemDelegate(const QModelIndex&) const’ is deprecated: Use itemDelegateForIndex instead [-Wdeprecated-declarations] 232 | PrettyTreeDelegate* ptd = qobject_cast<PrettyTreeDelegate*>( itemDelegate( index ) ); | ~~~~~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/VolumeDial.cpp:215:73: warning: ‘QImage QImage::mirrored(bool, bool) &&’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 215 | m_icon[i] = QPixmap::fromImage( m_icon[i].toImage().mirrored( true, false ) ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/widgets/BookmarkTriangle.cpp:102:30: warning: ‘int QMouseEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations] 102 | int distance_x = event->x() - m_offset.x(); | ~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/moodbar/MoodbarManager.cpp:502:63: warning: ‘QImage QImage::mirrored(bool, bool) &&’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 502 | pixmap = QPixmap::fromImage( pixmap.toImage().mirrored( true, false ) ); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/main.cpp:60:148: warning: macro ‘__DATE__’ might prevent reproducible builds [-Wdate-time] 60 | ki18n( "IRC:\nirc.libera.chat - #amarok\n\nFeedback:\namarok@kde.org\n\n(Build Date: %1)" ).subs( QStringLiteral(__DATE__) ).toString(), | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/core-impl/collections/ipodcollection/IpodCollection.cpp:542:39: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 542 | m_preventUnmountTempFile->open(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/context/applets/albums/plugin/AlbumsEngine.cpp:149:25: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 149 | [=](auto a) { return *m_currentTrack->album() == *a; } ) == albums.cend() ) | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/context/applets/analyzer/plugin/AnalyzerBase.cpp:127:42: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 127 | QTimer::singleShot( 0, m_worker, [=]() { m_worker->setHibernate( false ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/context/applets/analyzer/plugin/AnalyzerBase.cpp:132:42: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 132 | QTimer::singleShot( 0, m_worker, [=]() { m_worker->setHibernate( true ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/services/lastfm/LastFmServiceSettings.cpp:157:35: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 157 | QTimer::singleShot( 2000, [=] () // wait a moment for the browser to open, as connecting won't succeed before interaction in browser | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/services/lastfm/LastFmServiceSettings.cpp:160:79: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 160 | connect( m_configDialog->connectToAccount, &QPushButton::clicked, [=]() { this->getSessionToken( lfm[ QStringLiteral("token") ].text() ); } ); | ^ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/services/lastfm/biases/WeeklyTopBias.cpp:464:14: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 464 | file.open( QIODevice::ReadOnly | QIODevice::Text ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/services/lastfm/biases/WeeklyTopBias.cpp:479:14: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 479 | file.open( QIODevice::Truncate | QIODevice::WriteOnly | QIODevice::Text ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/importers/amarok/AmarokEmbeddedSqlConnection.cpp:66:17: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 66 | pidFile.open(); | ~~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/importers/amarok/AmarokEmbeddedSqlConnection.cpp:67:16: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 67 | socket.open(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/amarok-3.3.3-build/amarok-3.3.3/src/services/gpodder/GpodderProvider.cpp:1024:53: warning: ‘bool KIO::TransferJob::isErrorPage() const’ is deprecated: Since 6.3. Not implemented [-Wdeprecated-declarations] 1024 | if( transferJob && ( !( transferJob->isErrorPage() || job->error() ) ) ) | ~~~~~~~~~~~~~~~~~~~~~~~~^~