Fetching source from mirror: http://download.kde.org/stable/release-service/24.12.2/src/kget-24.12.2.tar.xz
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/btsettingswidget.cpp: In constructor ‘BTSettingsWidget::BTSettingsWidget(QObject*, const KPluginMetaData&)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/btsettingswidget.cpp:30:38: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
   30 |     connect(preallocBox, &QCheckBox::stateChanged, this, &BTSettingsWidget::markAsChanged);
      |                                      ^~~~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/QCheckBox:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/build/transfer-plugins/bittorrent/ui_btsettingswidget.h:16,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/btsettingswidget.h:14,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/btsettingswidget.cpp:10:
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/btsettingswidget.cpp:31:33: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
   31 |     connect(utpBox, &QCheckBox::stateChanged, this, &BTSettingsWidget::markAsChanged);
      |                                 ^~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/kget.cpp: In constructor ‘GenericObserver::GenericObserver(QObject*)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/kget.cpp:1227:30: warning: ‘static bool QNetworkInformation::load(Features)’ is deprecated: Use loadBackendByFeatures [-Wdeprecated-declarations]
 1227 |     QNetworkInformation::load(QNetworkInformation::Feature::Reachability);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtNetwork/QNetworkInformation:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/kget.h:27,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/kget.cpp:15:
/usr/include/qt6/QtNetwork/qnetworkinformation.h:73:74: note: declared here
   73 |     QT_DEPRECATED_VERSION_X_6_4("Use loadBackendByFeatures") static bool load(Features features);
      |                                                                          ^~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/transferhistorystore_xml.cpp: In member function ‘virtual void XmlStore::DeleteThread::run()’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/transferhistorystore_xml.cpp:88:24: warning: ‘bool QDomDocument::setContent(QIODevice*, QString*, int*, int*)’ is deprecated: Use the overload returning ParseResult instead. [-Wdeprecated-declarations]
   88 |     if (!doc.setContent(&file, &error, &line, &column)) {
      |          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtXml/QDomDocument:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/transferhistorystore_xml.cpp:13:
/usr/include/qt6/QtXml/qdom.h:330:10: note: declared here
  330 |     bool setContent(QIODevice *dev, QString *errorMsg, int *errorLine = nullptr, int *errorColumn = nullptr);
      |          ^~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/transferhistorystore_xml.cpp: In member function ‘virtual void XmlStore::LoadThread::run()’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/transferhistorystore_xml.cpp:141:24: warning: ‘bool QDomDocument::setContent(QIODevice*, QString*, int*, int*)’ is deprecated: Use the overload returning ParseResult instead. [-Wdeprecated-declarations]
  141 |     if (!doc.setContent(&file, &error, &line, &column)) {
      |          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtXml/qdom.h:330:10: note: declared here
  330 |     bool setContent(QIODevice *dev, QString *errorMsg, int *errorLine = nullptr, int *errorColumn = nullptr);
      |          ^~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/verifier.cpp: In static member function ‘static QString Verifier::checksum(const QUrl&, const QString&, bool*)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/verifier.cpp:370:21: warning: ‘void QCryptographicHash::addData(const char*, qsizetype)’ is deprecated: Use the QByteArrayView overload instead [-Wdeprecated-declarations]
  370 |         hash.addData(buffer, len);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/QtCore:81,
                 from /usr/include/qt6/QtDBus/QtDBusDepends:3,
                 from /usr/include/qt6/QtDBus/QtDBus:3,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/build/core/verifieradaptor.h:16,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/core/verifier.cpp:24:
/usr/include/qt6/QtCore/qcryptographichash.h:80:10: note: declared here
   80 |     void addData(const char *data, qsizetype length);
      |          ^~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/bttransfer.cpp: In member function ‘void BTTransfer::updateTorrent()’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/bttransfer.cpp:329:47: warning: operation on ‘((BTTransfer*)this)->BTTransfer::.Transfer::m_downloadedSize’ may be undefined [-Wsequence-point]
  329 |     if (m_downloadedSize != (m_downloadedSize = torrent->getStats().bytes_downloaded))
      |                             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/scandlg.cpp: In member function ‘void kt::ScanDlg::description(KJob*, const QString&, QPair&, QPair&)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/scandlg.cpp:94:33: warning: unused parameter ‘job’ [-Wunused-parameter]
   94 | void ScanDlg::description(KJob *job, const QString &title, const QPair &field1, const QPair &field2)
      |                           ~~~~~~^~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/scandlg.cpp:94:53: warning: unused parameter ‘title’ [-Wunused-parameter]
   94 | void ScanDlg::description(KJob *job, const QString &title, const QPair &field1, const QPair &field2)
      |                                      ~~~~~~~~~~~~~~~^~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/scandlg.cpp: In member function ‘void kt::ScanDlg::percent(KJob*, long unsigned int)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/transfer-plugins/bittorrent/scandlg.cpp:113:29: warning: unused parameter ‘job’ [-Wunused-parameter]
  113 | void ScanDlg::percent(KJob *job, unsigned long percent)
      |                       ~~~~~~^~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/conf/preferencesdialog.cpp: In constructor ‘PreferencesDialog::PreferencesDialog(QWidget*, KConfigSkeleton*)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/conf/preferencesdialog.cpp:68:63: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
   68 |     connect(dlgAdv.kcfg_AfterFinishActionEnabled, &QCheckBox::stateChanged, this, &PreferencesDialog::slotToggleAfterFinishAction);
      |                                                               ^~~~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/QCheckBox:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/build/ui_dlgadvanced.h:16,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/conf/preferencesdialog.h:13,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/conf/preferencesdialog.cpp:10:
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/conf/preferencesdialog.cpp:78:63: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
   78 |     connect(dlgAdv.kcfg_AutomaticDeletionEnabled, &QCheckBox::stateChanged, this, &PreferencesDialog::slotToggleAutomaticDeletion);
      |                                                               ^~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp: In member function ‘virtual void GroupStatusButton::enterEvent(QEnterEvent*)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp:80:30: warning: enum constant in boolean context [-Wint-in-bool-context]
   80 |             if (m_status == !BlinkingExiting)
      |                              ^~~~~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp: In member function ‘virtual void TransfersViewDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp:351:70: warning: ‘static QFontMetrics QApplication::fontMetrics()’ is deprecated: Use the QFontMetricsF constructor instead. [-Wdeprecated-declarations]
  351 |             progressBarOption.fontMetrics = QApplication::fontMetrics();
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtWidgets/QApplication:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/build/ui_transferdetailsfrm.h:15,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transferdetails.h:18,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp:22:
/usr/include/qt6/QtWidgets/qapplication.h:70:25: note: declared here
   70 |     static QFontMetrics fontMetrics();
      |                         ^~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp:366:119: warning: ‘static QFontMetrics QApplication::fontMetrics()’ is deprecated: Use the QFontMetricsF constructor instead. [-Wdeprecated-declarations]
  366 |             progressBarOption.rect.setY(progressBarOption.rect.y() + (option.rect.height() - QApplication::fontMetrics().height()) / 2);
      |                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtWidgets/qapplication.h:70:25: note: declared here
   70 |     static QFontMetrics fontMetrics();
      |                         ^~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/transfersviewdelegate.cpp:367:71: warning: ‘static QFontMetrics QApplication::fontMetrics()’ is deprecated: Use the QFontMetricsF constructor instead. [-Wdeprecated-declarations]
  367 |             progressBarOption.rect.setHeight(QApplication::fontMetrics().height());
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtWidgets/qapplication.h:70:25: note: declared here
   70 |     static QFontMetrics fontMetrics();
      |                         ^~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/history/rangetreewidget.cpp: In member function ‘bool RangeTreeWidget::Range::check(const QVariant&) const’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/history/rangetreewidget.cpp:37:22: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
   37 |         if (data.type() == QVariant::String) {
      |             ~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qabstractitemmodel.h:12,
                 from /usr/include/qt6/QtCore/qabstractproxymodel.h:7,
                 from /usr/include/qt6/QtCore/qsortfilterproxymodel.h:7,
                 from /usr/include/qt6/QtCore/QSortFilterProxyModel:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/history/rangetreewidget.h:15,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/history/rangetreewidget.cpp:11:
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/history/rangetreewidget.cpp:39:29: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
   39 |         } else if (data.type() == QVariant::Int || data.type() == QVariant::Double) {
      |                    ~~~~~~~~~^~
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/history/rangetreewidget.cpp:39:61: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
   39 |         } else if (data.type() == QVariant::Int || data.type() == QVariant::Double) {
      |                                                    ~~~~~~~~~^~
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/linkview/kget_sortfilterproxymodel.cpp: In member function ‘bool KGetSortFilterProxyModel::acceptText(const QString&) const’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/linkview/kget_sortfilterproxymodel.cpp:131:37: warning: comparison of constant ‘-1’ with boolean expression is always true [-Wbool-compare]
  131 |     bool accept = (match.hasMatch() != -1) ? true : false;
      |                    ~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/linkview/kget_linkview.cpp: In constructor ‘KGetLinkView::KGetLinkView(QWidget*)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/linkview/kget_linkview.cpp:110:44: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
  110 |     connect(ui.showWebContent, &QCheckBox::stateChanged, m_proxyModel, [this](int show) {
      |                                            ^~~~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/QCheckBox:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/build/ui_importlinkdialog.h:17,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/linkview/kget_linkview.h:16,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/linkview/kget_linkview.cpp:13:
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/mirror/mirrormodel.cpp: In member function ‘bool MirrorItem::setData(int, const QVariant&, int)’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/mirror/mirrormodel.cpp:230:23: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
  230 |         if (value.type() == QVariant::Url) {
      |             ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qabstractitemmodel.h:12,
                 from /usr/include/qt6/QtCore/qabstractproxymodel.h:7,
                 from /usr/include/qt6/QtCore/qsortfilterproxymodel.h:7,
                 from /usr/include/qt6/QtCore/QSortFilterProxyModel:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/mirror/mirrormodel.h:23,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/mirror/mirrormodel.cpp:20:
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/mirror/mirrormodel.cpp:232:30: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
  232 |         } else if (value.type() == QVariant::String) {
      |                    ~~~~~~~~~~^~
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/metalinkcreator/localemodels.cpp: In member function ‘void CountryModel::setupModelData()’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/metalinkcreator/localemodels.cpp:64:27: warning: ‘QLocale::Country QLocale::country() const’ is deprecated: Use territory() instead [-Wdeprecated-declarations]
   64 |         if (locale.country() == country) {
      |             ~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QLocale:1,
                 from /usr/include/KF6/KI18nLocaleData/kcountry.h:12,
                 from /usr/include/KF6/KI18nLocaleData/KCountry:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/ui/metalinkcreator/localemodels.cpp:22:
/usr/include/qt6/QtCore/qlocale.h:937:13: note: declared here
  937 |     Country country() const;
      |             ^~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp: In member function ‘void MainWindow::setupActions()’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:272:88: warning: ‘constexpr QKeyCombination Qt::operator+(Modifier, Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
  272 |     actionCollection()->setDefaultShortcut(startAllAction, QKeySequence(Qt::CTRL + Qt::Key_R));
      |                                                                                        ^~~~~
In file included from /usr/include/qt6/QtCore/qobjectdefs.h:12,
                 from /usr/include/qt6/QtGui/qwindowdefs.h:8,
                 from /usr/include/qt6/QtWidgets/qwidget.h:8,
                 from /usr/include/qt6/QtWidgets/qmenu.h:8,
                 from /usr/include/qt6/QtWidgets/QMenu:1,
                 from /usr/include/KF6/KStatusNotifierItem/kstatusnotifieritem.h:11,
                 from /usr/include/KF6/KStatusNotifierItem/KStatusNotifierItem:1,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.h:17,
                 from /var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:17:
/usr/include/qt6/QtCore/qnamespace.h:1972:27: note: declared here
 1972 | constexpr QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key) noexcept
      |                           ^~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:285:87: warning: ‘constexpr QKeyCombination Qt::operator+(Modifier, Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
  285 |     actionCollection()->setDefaultShortcut(stopAllAction, QKeySequence(Qt::CTRL + Qt::Key_P));
      |                                                                                       ^~~~~
/usr/include/qt6/QtCore/qnamespace.h:1972:27: note: declared here
 1972 | constexpr QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key) noexcept
      |                           ^~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:330:95: warning: ‘constexpr QKeyCombination Qt::operator+(Modifier, Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
  330 |     actionCollection()->setDefaultShortcut(transferHistoryAction, QKeySequence(Qt::CTRL + Qt::Key_H));
      |                                                                                               ^~~~~
/usr/include/qt6/QtCore/qnamespace.h:1972:27: note: declared here
 1972 | constexpr QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key) noexcept
      |                           ^~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:336:101: warning: ‘constexpr QKeyCombination Qt::operator+(Modifier, Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
  336 |     actionCollection()->setDefaultShortcut(transferGroupSettingsAction, QKeySequence(Qt::CTRL + Qt::Key_G));
      |                                                                                                     ^~~~~
/usr/include/qt6/QtCore/qnamespace.h:1972:27: note: declared here
 1972 | constexpr QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key) noexcept
      |                           ^~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:342:96: warning: ‘constexpr QKeyCombination Qt::operator+(Modifier, Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
  342 |     actionCollection()->setDefaultShortcut(transferSettingsAction, QKeySequence(Qt::CTRL + Qt::Key_T));
      |                                                                                                ^~~~~
/usr/include/qt6/QtCore/qnamespace.h:1972:27: note: declared here
 1972 | constexpr QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key) noexcept
      |                           ^~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:348:89: warning: ‘constexpr QKeyCombination Qt::operator+(Modifier, Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
  348 |     actionCollection()->setDefaultShortcut(listLinksAction, QKeySequence(Qt::CTRL + Qt::Key_L));
      |                                                                                         ^~~~~
/usr/include/qt6/QtCore/qnamespace.h:1972:27: note: declared here
 1972 | constexpr QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key) noexcept
      |                           ^~~~~~~~
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp: In member function ‘void MainWindow::slotCheckClipboard()’:
/var/pisi/kget-24.12.2-18/work/kget-24.12.2/mainwindow.cpp:1043:39: warning: unused variable ‘cs’ [-Wunused-variable]
 1043 |             const Qt::CaseSensitivity cs = (Settings::autoPasteCaseSensitive() ? Qt::CaseSensitive : Qt::CaseInsensitive);
      |                                       ^~
*** 0 error(s), 1 warning(s)