../../dbus/dbus.cpp: In function ‘dbus_bool_t add_watch(DBusWatch*, void*)’:
../../dbus/dbus.cpp:43:31: warning: ‘int dbus_watch_get_fd(DBusWatch*)’ is deprecated [-Wdeprecated-declarations]
43 | int fd = dbus_watch_get_fd(watch);
| ~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:32,
from /usr/include/dbus-1.0/dbus/dbus.h:33,
from /usr/include/dbus-1.0/dbus/dbus-python.h:35,
from ../../dbus/dbus.cpp:27:
/usr/include/dbus-1.0/dbus/dbus-connection.h:486:21: note: declared here
486 | DBUS_DEPRECATED int dbus_watch_get_fd (DBusWatch *watch);
| ^~~~~~~~~~~~~~~~~
../../dbus/dbus.cpp: In function ‘void remove_watch(DBusWatch*, void*)’:
../../dbus/dbus.cpp:76:31: warning: ‘int dbus_watch_get_fd(DBusWatch*)’ is deprecated [-Wdeprecated-declarations]
76 | int fd = dbus_watch_get_fd(watch);
| ~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/dbus-1.0/dbus/dbus-connection.h:486:21: note: declared here
486 | DBUS_DEPRECATED int dbus_watch_get_fd (DBusWatch *watch);
| ^~~~~~~~~~~~~~~~~
../../dbus/dbus.cpp: In function ‘void toggle_watch(DBusWatch*, void*)’:
../../dbus/dbus.cpp:108:31: warning: ‘int dbus_watch_get_fd(DBusWatch*)’ is deprecated [-Wdeprecated-declarations]
108 | int fd = dbus_watch_get_fd(watch);
| ~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/dbus-1.0/dbus/dbus-connection.h:486:21: note: declared here
486 | DBUS_DEPRECATED int dbus_watch_get_fd (DBusWatch *watch);
| ^~~~~~~~~~~~~~~~~
../../dbus/dbus.cpp: In function ‘PyObject* DBusQtMainLoop(PyObject*, PyObject*, PyObject*)’:
../../dbus/dbus.cpp:356:32: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
356 | static char *argnames[] = {"set_as_default", 0};
| ^~~~~~~~~~~~~~~~
../../dbus/dbus.cpp: At global scope:
../../dbus/dbus.cpp:400:24: warning: cast between incompatible function types from ‘PyObject* (*)(PyObject*, PyObject*, PyObject*)’ {aka ‘_object* (*)(_object*, _object*, _object*)’} to ‘PyCFunction’ {aka ‘_object* (*)(_object*, _object*)’} [-Wcast-function-type]
400 | {"DBusQtMainLoop", (PyCFunction)DBusQtMainLoop, METH_VARARGS|METH_KEYWORDS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../dbus/dbus.cpp: In function ‘PyObject* PyInit_pyqt6()’:
../../dbus/dbus.cpp:415:5: warning: missing initializer for member ‘PyModuleDef::m_slots’ [-Wmissing-field-initializers]
415 | };
| ^
../../dbus/dbus.cpp:415:5: warning: missing initializer for member ‘PyModuleDef::m_traverse’ [-Wmissing-field-initializers]
../../dbus/dbus.cpp:415:5: warning: missing initializer for member ‘PyModuleDef::m_clear’ [-Wmissing-field-initializers]
../../dbus/dbus.cpp:415:5: warning: missing initializer for member ‘PyModuleDef::m_free’ [-Wmissing-field-initializers]
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCorecmodule.cpp:9417:46: warning: ‘QtSystemMsg’ is deprecated: Use QtCriticalMsg instead. [-Wdeprecated-declarations]
9417 | {sipName_QtSystemMsg, static_cast(::QtSystemMsg)},
| ^~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qglobal.h:47,
from /usr/include/qt6/QtCore/qmetatype.h:9,
from /usr/include/qt6/QtCore/QMetaType:1,
from sipAPIQtCore.h:35,
from sipQtCorecmodule.cpp:24:
/usr/include/qt6/QtCore/qlogging.h:37:5: note: declared here
37 | QtSystemMsg Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtCriticalMsg instead.") = QtCriticalMsg
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQTimeZone.cpp: In function ‘PyObject* meth_QTimeZone_country(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQTimeZone.cpp:155:37: warning: ‘QLocale::Country QTimeZone::country() const’ is deprecated: Use territory() instead [-Wdeprecated-declarations]
155 | sipRes = sipCpp->country();
| ~~~~~~~~~~~~~~~^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qtimezone.sip:26:
/usr/include/qt6/QtCore/qtimezone.h:177:22: note: declared here
177 | QLocale::Country country() const;
| ^~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_country(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp:113:37: warning: ‘QLocale::Country QLocale::country() const’ is deprecated: Use territory() instead [-Wdeprecated-declarations]
113 | sipRes = sipCpp->country();
| ~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qcalendar.h:10,
from /usr/include/qt6/QtCore/qdatetime.h:8,
from /usr/include/qt6/QtCore/qcborvalue.h:11,
from /usr/include/qt6/QtCore/qjsonvalue.h:8,
from /usr/include/qt6/QtCore/QJsonValue:1,
from ../../qpy/QtCore/qpycore_api.h:25,
from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qobject.sip:618,
from sipQtCoreQLocale.cpp:24:
/usr/include/qt6/QtCore/qlocale.h:938:13: note: declared here
938 | Country country() const;
| ^~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_countryToString(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp:783:62: warning: ‘static QString QLocale::countryToString(Country)’ is deprecated: Use territoryToString(Territory) instead [-Wdeprecated-declarations]
783 | sipRes = new ::QString(::QLocale::countryToString(static_cast< ::QLocale::Country>(a0)));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qlocale.h:1145:20: note: declared here
1145 | static QString countryToString(Country country);
| ^~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_nativeCountryName(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp:1825:61: warning: ‘QString QLocale::nativeCountryName() const’ is deprecated: Use nativeTerritoryName() instead [-Wdeprecated-declarations]
1825 | sipRes = new ::QString(sipCpp->nativeCountryName());
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtCore/qlocale.h:952:13: note: declared here
952 | QString nativeCountryName() const;
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_countryToCode(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp:2485:60: warning: ‘static QString QLocale::countryToCode(Country)’ is deprecated: Use territoryToCode(Territory) instead [-Wdeprecated-declarations]
2485 | sipRes = new ::QString(::QLocale::countryToCode(static_cast< ::QLocale::Country>(a0)));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qlocale.h:1134:20: note: declared here
1134 | static QString countryToCode(Country country);
| ^~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_codeToCountry(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQLocale.cpp:2513:46: warning: ‘static QLocale::Country QLocale::codeToCountry(QStringView)’ is deprecated: Use codeToTerritory(QStringView) instead [-Wdeprecated-declarations]
2513 | sipRes = ::QLocale::codeToCountry(*a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/qt6/QtCore/qlocale.h:1136:20: note: declared here
1136 | static Country codeToCountry(QStringView countryCode) noexcept;
| ^~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQElapsedTimer.cpp:622:61: warning: ‘QElapsedTimer::TickCounter’ is deprecated: Not supported anymore. Use PerformanceCounter instead. [-Wdeprecated-declarations]
622 | {sipName_TickCounter, static_cast(::QElapsedTimer::TickCounter)},
| ^~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qdeadlinetimer.h:7,
from /usr/include/qt6/QtCore/qthread.h:10,
from /usr/include/qt6/QtCore/QThread:1,
from sipAPIQtCore.h:36,
from sipQtCoreQElapsedTimer.cpp:24:
/usr/include/qt6/QtCore/qelapsedtimer.h:20:9: note: declared here
20 | TickCounter Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQElapsedTimer.cpp:622:61: warning: ‘QElapsedTimer::TickCounter’ is deprecated: Not supported anymore. Use PerformanceCounter instead. [-Wdeprecated-declarations]
622 | {sipName_TickCounter, static_cast(::QElapsedTimer::TickCounter)},
| ^~~~~~~~~~~
/usr/include/qt6/QtCore/qelapsedtimer.h:20:9: note: declared here
20 | TickCounter Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp: In function ‘PyObject* meth_QDateTime_setTimeSpec(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp:242:32: warning: ‘void QDateTime::setTimeSpec(Qt::TimeSpec)’ is deprecated: Use setTimeZone() instead [-Wdeprecated-declarations]
242 | sipCpp->setTimeSpec(a0);
| ~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/qt6/QtCore/qcborvalue.h:11,
from /usr/include/qt6/QtCore/qjsonvalue.h:8,
from /usr/include/qt6/QtCore/QJsonValue:1,
from ../../qpy/QtCore/qpycore_api.h:25,
from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qobject.sip:618,
from sipQtCoreQDateTime.cpp:24:
/usr/include/qt6/QtCore/qdatetime.h:407:10: note: declared here
407 | void setTimeSpec(Qt::TimeSpec spec);
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp: In function ‘PyObject* meth_QDateTime_toTimeSpec(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp:460:56: warning: ‘QDateTime QDateTime::toTimeSpec(Qt::TimeSpec) const’ is deprecated: Use toTimeZone instead [-Wdeprecated-declarations]
460 | sipRes = new ::QDateTime(sipCpp->toTimeSpec(a0));
| ~~~~~~~~~~~~~~~~~~^~~~
/usr/include/qt6/QtCore/qdatetime.h:439:15: note: declared here
439 | QDateTime toTimeSpec(Qt::TimeSpec spec) const;
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp: In function ‘PyObject* meth_QDateTime_setOffsetFromUtc(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp:982:37: warning: ‘void QDateTime::setOffsetFromUtc(int)’ is deprecated: Use setTimeZone() instead [-Wdeprecated-declarations]
982 | sipCpp->setOffsetFromUtc(a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/qt6/QtCore/qdatetime.h:409:10: note: declared here
409 | void setOffsetFromUtc(int offsetSeconds);
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp: In function ‘PyObject* meth_QDateTime_fromMSecsSinceEpoch(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp:1104:70: warning: ‘static QDateTime QDateTime::fromMSecsSinceEpoch(qint64, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead of time-spec, offset [-Wdeprecated-declarations]
1104 | sipRes = new ::QDateTime(::QDateTime::fromMSecsSinceEpoch(a0, a1, a2));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/qt6/QtCore/qdatetime.h:489:22: note: declared here
489 | static QDateTime fromMSecsSinceEpoch(qint64 msecs, Qt::TimeSpec spec, int offsetFromUtc = 0);
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp: In function ‘PyObject* meth_QDateTime_fromSecsSinceEpoch(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp:1205:69: warning: ‘static QDateTime QDateTime::fromSecsSinceEpoch(qint64, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead of time-spec, offset [-Wdeprecated-declarations]
1205 | sipRes = new ::QDateTime(::QDateTime::fromSecsSinceEpoch(a0, a1, a2));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/qt6/QtCore/qdatetime.h:491:22: note: declared here
491 | static QDateTime fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spec, int offsetFromUtc = 0);
| ^~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qdatetime.sip: In function ‘void* init_type_QDateTime(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qdatetime.sip:335:56: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations]
335 | sipCpp = new QDateTime(qd, qt, (Qt::TimeSpec)a7);
| ^
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
362 | QDateTime(QDate date, QTime time, Qt::TimeSpec spec, int offsetSeconds = 0);
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDateTime.cpp:1802:54: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations]
1802 | sipCpp = new ::QDateTime(*a0, *a1, a2, a3);
| ^
/usr/include/qt6/QtCore/qdatetime.h:362:5: note: declared here
362 | QDateTime(QDate date, QTime time, Qt::TimeSpec spec, int offsetSeconds = 0);
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_startOfDay(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDate.cpp:925:56: warning: ‘QDateTime QDate::startOfDay(Qt::TimeSpec, int) const’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations]
925 | sipRes = new ::QDateTime(sipCpp->startOfDay(a0, a1));
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/qt6/QtCore/qcborvalue.h:11,
from /usr/include/qt6/QtCore/qjsonvalue.h:8,
from /usr/include/qt6/QtCore/QJsonValue:1,
from ../../qpy/QtCore/qpycore_api.h:25,
from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qobject.sip:618,
from sipQtCoreQDate.cpp:24:
/usr/include/qt6/QtCore/qdatetime.h:94:15: note: declared here
94 | QDateTime startOfDay(Qt::TimeSpec spec, int offsetSeconds = 0) const;
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_endOfDay(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQDate.cpp:973:54: warning: ‘QDateTime QDate::endOfDay(Qt::TimeSpec, int) const’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations]
973 | sipRes = new ::QDateTime(sipCpp->endOfDay(a0, a1));
| ~~~~~~~~~~~~~~~~^~~~~~~~
/usr/include/qt6/QtCore/qdatetime.h:96:15: note: declared here
96 | QDateTime endOfDay(Qt::TimeSpec spec, int offsetSeconds = 0) const;
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQCryptographicHash.cpp: In function ‘PyObject* meth_QCryptographicHash_addData(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQCryptographicHash.cpp:98:28: warning: ‘void QCryptographicHash::addData(const char*, qsizetype)’ is deprecated: Use the QByteArrayView overload instead [-Wdeprecated-declarations]
98 | sipCpp->addData(a0, (long long)a1);
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qcryptographichash.sip:26:
/usr/include/qt6/QtCore/qcryptographichash.h:80:10: note: declared here
80 | void addData(const char *data, qsizetype length);
| ^~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_count(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQByteArray.cpp:274:35: warning: ‘qsizetype QByteArray::count() const’ is deprecated: Use size() or length() instead. [-Wdeprecated-declarations]
274 | sipRes = sipCpp->count();
| ~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/qmetatype.h:11,
from /usr/include/qt6/QtCore/QMetaType:1,
from sipAPIQtCore.h:35,
from sipQtCoreQByteArray.cpp:24:
/usr/include/qt6/QtCore/qbytearray.h:504:22: note: declared here
504 | inline qsizetype count() const noexcept { return size(); }
| ^~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQt.cpp:1203:45: warning: ‘Qt::Key_mu’ is deprecated: This key was misnamed, use Key_micro instead [-Wdeprecated-declarations]
1203 | {sipName_Key_mu, static_cast(::Qt::Key_mu)},
| ^~~~~~
In file included from /usr/include/qt6/QtCore/qbytearray.h:10,
from /usr/include/qt6/QtCore/qmetatype.h:11,
from /usr/include/qt6/QtCore/QMetaType:1,
from sipAPIQtCore.h:35,
from sipQtCoreQt.cpp:24:
/usr/include/qt6/QtCore/qnamespace.h:617:9: note: declared here
617 | Key_mu Q_DECL_ENUMERATOR_DEPRECATED_X("This key was misnamed, use Key_micro instead")
| ^~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQt.cpp:1846:65: warning: ‘Qt::MacWindowToolBarButtonHint’ is deprecated: This flag has been a no-op since Qt 5 [-Wdeprecated-declarations]
1846 | {sipName_MacWindowToolBarButtonHint, static_cast(::Qt::MacWindowToolBarButtonHint)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qnamespace.h:249:9: note: declared here
249 | MacWindowToolBarButtonHint Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtCore/sipQtCoreQt.cpp:1856:74: warning: ‘Qt::MaximizeUsingFullscreenGeometryHint’ is deprecated: Use Qt::ExpandedClientAreaHint instead [-Wdeprecated-declarations]
1856 | {sipName_MaximizeUsingFullscreenGeometryHint, static_cast(::Qt::MaximizeUsingFullscreenGeometryHint)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qnamespace.h:239:9: note: declared here
239 | MaximizeUsingFullscreenGeometryHint Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../qpy/QtCore/qpycore_pyqtboundsignal.cpp:109:17: warning: cast between incompatible function types from ‘PyObject* (*)(PyObject*, PyObject*, PyObject*)’ {aka ‘_object* (*)(_object*, _object*, _object*)’} to ‘PyCFunction’ {aka ‘_object* (*)(_object*, _object*)’} [-Wcast-function-type]
109 | {"connect", (PyCFunction)pyqtBoundSignal_connect,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../qpy/QtCore/qpycore_pyqtpyobject.cpp: In function ‘QDataStream& operator>>(QDataStream&, PyQt_PyObject&)’:
../../qpy/QtCore/qpycore_pyqtpyobject.cpp:177:17: warning: ‘QDataStream& QDataStream::readBytes(char*&, uint&)’ is deprecated: Use an overload that takes qint64 length. [-Wdeprecated-declarations]
177 | in.readBytes(ser, len);
| ~~~~~~~~~~~~^~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qmetatype.h:13,
from /usr/include/qt6/QtCore/qcborcommon.h:9,
from /usr/include/qt6/QtCore/qcborvalue.h:9,
from /usr/include/qt6/QtCore/qjsonvalue.h:8,
from /usr/include/qt6/QtCore/QJsonValue:1,
from ../../qpy/QtCore/qpycore_api.h:25,
from ../../qpy/QtCore/qpycore_pyqtpyobject.cpp:23:
/usr/include/qt6/QtCore/qdatastream.h:197:18: note: declared here
197 | QDataStream &readBytes(char *&, uint &len);
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQSsl.cpp:99:48: warning: ‘QSsl::TlsV1_0’ is deprecated: Use TlsV1_2OrLater instead. [-Wdeprecated-declarations]
99 | {sipName_TlsV1_0, static_cast(::QSsl::TlsV1_0)},
| ^~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtNetwork/qssl.sip:28:
/usr/include/qt6/QtNetwork/qssl.h:52:9: note: declared here
52 | TlsV1_0 QT_DEPRECATED_VERSION_X_6_3("Use TlsV1_2OrLater instead."),
| ^~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQSsl.cpp:100:55: warning: ‘QSsl::TlsV1_0OrLater’ is deprecated: Use TlsV1_2OrLater instead. [-Wdeprecated-declarations]
100 | {sipName_TlsV1_0OrLater, static_cast(::QSsl::TlsV1_0OrLater)},
| ^~~~~~~~~~~~~~
/usr/include/qt6/QtNetwork/qssl.h:58:9: note: declared here
58 | TlsV1_0OrLater QT_DEPRECATED_VERSION_X_6_3("Use TlsV1_2OrLater instead."),
| ^~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQSsl.cpp:101:48: warning: ‘QSsl::TlsV1_1’ is deprecated: Use TlsV1_2OrLater instead. [-Wdeprecated-declarations]
101 | {sipName_TlsV1_1, static_cast(::QSsl::TlsV1_1)},
| ^~~~~~~
/usr/include/qt6/QtNetwork/qssl.h:53:9: note: declared here
53 | TlsV1_1 QT_DEPRECATED_VERSION_X_6_3("Use TlsV1_2OrLater instead."),
| ^~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQSsl.cpp:102:55: warning: ‘QSsl::TlsV1_1OrLater’ is deprecated: Use TlsV1_2OrLater instead. [-Wdeprecated-declarations]
102 | {sipName_TlsV1_1OrLater, static_cast(::QSsl::TlsV1_1OrLater)},
| ^~~~~~~~~~~~~~
/usr/include/qt6/QtNetwork/qssl.h:59:9: note: declared here
59 | TlsV1_1OrLater QT_DEPRECATED_VERSION_X_6_3("Use TlsV1_2OrLater instead."),
| ^~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQSsl.cpp:107:49: warning: ‘QSsl::DtlsV1_0’ is deprecated: Use DtlsV1_2OrLater instead. [-Wdeprecated-declarations]
107 | {sipName_DtlsV1_0, static_cast(::QSsl::DtlsV1_0)},
| ^~~~~~~~
/usr/include/qt6/QtNetwork/qssl.h:62:9: note: declared here
62 | DtlsV1_0 QT_DEPRECATED_VERSION_X_6_3("Use DtlsV1_2OrLater instead."),
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQSsl.cpp:108:56: warning: ‘QSsl::DtlsV1_0OrLater’ is deprecated: Use DtlsV1_2OrLater instead. [-Wdeprecated-declarations]
108 | {sipName_DtlsV1_0OrLater, static_cast(::QSsl::DtlsV1_0OrLater)},
| ^~~~~~~~~~~~~~~
/usr/include/qt6/QtNetwork/qssl.h:63:9: note: declared here
63 | DtlsV1_0OrLater QT_DEPRECATED_VERSION_X_6_3("Use DtlsV1_2OrLater instead."),
| ^~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQNetworkInformation.cpp: In function ‘PyObject* meth_QNetworkInformation_load(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQNetworkInformation.cpp:194:49: warning: ‘static bool QNetworkInformation::load(QStringView)’ is deprecated: Use loadBackendByName [-Wdeprecated-declarations]
194 | sipRes = ::QNetworkInformation::load(*a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtNetwork/qnetworkinformation.sip:28:
/usr/include/qt6/QtNetwork/qnetworkinformation.h:73:70: note: declared here
73 | QT_DEPRECATED_VERSION_X_6_4("Use loadBackendByName") static bool load(QStringView backend);
| ^~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtNetwork/sipQtNetworkQNetworkInformation.cpp:209:49: warning: ‘static bool QNetworkInformation::load(Features)’ is deprecated: Use loadBackendByFeatures [-Wdeprecated-declarations]
209 | sipRes = ::QNetworkInformation::load(*a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/qt6/QtNetwork/qnetworkinformation.h:74:74: note: declared here
74 | QT_DEPRECATED_VERSION_X_6_4("Use loadBackendByFeatures") static bool load(Features features);
| ^~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQVector3D.cpp: In function ‘PyObject* slot_QVector3D___mul__(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQVector3D.cpp:863:46: warning: ‘QVector3D operator*(const QVector3D&, const QMatrix4x4&)’ is deprecated: Extend the QVector3D to a QVector4D with 1.0 as the w coordinate before multiplying [-Wdeprecated-declarations]
863 | sipRes = new ::QVector3D((*a0 * *a1));
| ^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qmatrix4x4.sip:30:
/usr/include/qt6/QtGui/qmatrix4x4.h:700:18: note: declared here
700 | inline QVector3D operator*(const QVector3D& vector, const QMatrix4x4& matrix)
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQTextCharFormat.cpp: In function ‘PyObject* meth_QTextCharFormat_setFontFamily(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQTextCharFormat.cpp:186:34: warning: ‘void QTextCharFormat::setFontFamily(const QString&)’ is deprecated: Use setFontFamilies instead [-Wdeprecated-declarations]
186 | sipCpp->setFontFamily(*a0);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qtextformat.sip:313:
/usr/include/qt6/QtGui/qtextformat.h:417:76: note: declared here
417 | QT_DEPRECATED_VERSION_X_6_1("Use setFontFamilies instead") inline void setFontFamily(const QString &family)
| ^~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQTextCharFormat.cpp: In function ‘PyObject* meth_QTextCharFormat_fontFamily(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQTextCharFormat.cpp:214:54: warning: ‘QString QTextCharFormat::fontFamily() const’ is deprecated: Use fontFamilies instead [-Wdeprecated-declarations]
214 | sipRes = new ::QString(sipCpp->fontFamily());
| ~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtGui/qtextformat.h:419:76: note: declared here
419 | QT_DEPRECATED_VERSION_X_6_1("Use fontFamilies instead") inline QString fontFamily() const
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQStyleHints.cpp: In function ‘PyObject* meth_QStyleHints_keyboardAutoRepeatRate(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQStyleHints.cpp:234:52: warning: ‘int QStyleHints::keyboardAutoRepeatRate() const’ is deprecated: Use keyboardAutoRepeatRateF() instead [-Wdeprecated-declarations]
234 | sipRes = sipCpp->keyboardAutoRepeatRate();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qstylehints.sip:26:
/usr/include/qt6/QtGui/qstylehints.h:76:9: note: declared here
76 | int keyboardAutoRepeatRate() const;
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQPixmapCache.cpp: In function ‘PyObject* meth_QPixmapCache_replace(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQPixmapCache.cpp:246:45: warning: ‘static bool QPixmapCache::replace(const Key&, const QPixmap&)’ is deprecated: Use remove(key), followed by key = insert(pixmap). [-Wdeprecated-declarations]
246 | sipRes = ::QPixmapCache::replace(*a0, *a1);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qpixmapcache.sip:26:
/usr/include/qt6/QtGui/qpixmapcache.h:62:6: note: declared here
62 | bool QPixmapCache::replace(const Key &key, const QPixmap &pixmap)
| ^~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQMatrix4x4.cpp: In function ‘PyObject* slot_QMatrix4x4___mul__(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQMatrix4x4.cpp:1165:43: warning: ‘QPoint operator*(const QMatrix4x4&, const QPoint&)’ is deprecated: Use matrix.map(point) instead [-Wdeprecated-declarations]
1165 | sipRes = new ::QPoint((*a0 * *a1));
| ^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qmatrix4x4.sip:30:
/usr/include/qt6/QtGui/qmatrix4x4.h:829:15: note: declared here
829 | inline QPoint operator*(const QMatrix4x4& matrix, const QPoint& point)
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQMatrix4x4.cpp:1179:44: warning: ‘QPointF operator*(const QMatrix4x4&, const QPointF&)’ is deprecated: Use matrix.map(point) instead [-Wdeprecated-declarations]
1179 | sipRes = new ::QPointF((*a0 * *a1));
| ^~
/usr/include/qt6/QtGui/qmatrix4x4.h:835:16: note: declared here
835 | inline QPointF operator*(const QMatrix4x4& matrix, const QPointF& point)
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQMatrix4x4.cpp:1235:46: warning: ‘QVector3D operator*(const QMatrix4x4&, const QVector3D&)’ is deprecated: Use matrix.map(vector) instead [-Wdeprecated-declarations]
1235 | sipRes = new ::QVector3D((*a0 * *a1));
| ^~
/usr/include/qt6/QtGui/qmatrix4x4.h:726:18: note: declared here
726 | inline QVector3D operator*(const QMatrix4x4& matrix, const QVector3D& vector)
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQImage.cpp: In function ‘PyObject* meth_QImage_mirrored(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQImage.cpp:1356:51: warning: ‘QImage QImage::mirrored(bool, bool) const &’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations]
1356 | sipRes = new ::QImage(sipCpp->mirrored(a0, a1));
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qimage.sip:33:
/usr/include/qt6/QtGui/qimage.h:220:26: note: declared here
220 | [[nodiscard]] QImage mirrored(bool horizontally = false, bool vertically = true) const &
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQImage.cpp: In function ‘PyObject* meth_QImage_mirror(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQImage.cpp:1387:27: warning: ‘void QImage::mirror(bool, bool)’ is deprecated: Use flip(Qt::Orientations) instead [-Wdeprecated-declarations]
1387 | sipCpp->mirror(a0, a1);
| ~~~~~~~~~~~~~~^~~~~~~~
/usr/include/qt6/QtGui/qimage.h:226:10: note: declared here
226 | void mirror(bool horizontally = false, bool vertically = true)
| ^~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQNativeGestureEvent.cpp: In constructor ‘sipQNativeGestureEvent::sipQNativeGestureEvent(Qt::NativeGestureType, const QPointingDevice*, const QPointF&, const QPointF&, const QPointF&, qreal, quint64, quint64)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQNativeGestureEvent.cpp:97:284: warning: ‘QNativeGestureEvent::QNativeGestureEvent(Qt::NativeGestureType, const QPointingDevice*, const QPointF&, const QPointF&, const QPointF&, qreal, quint64, quint64)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
97 | sipQNativeGestureEvent::sipQNativeGestureEvent(::Qt::NativeGestureType a0, const ::QPointingDevice*a1, const ::QPointF& a2, const ::QPointF& a3, const ::QPointF& a4, ::qreal a5, ::quint64 a6, ::quint64 a7): ::QNativeGestureEvent(a0, a1, a2, a3, a4, a5, a6, a7), sipPySelf(SIP_NULLPTR)
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qevent.sip:822:
/usr/include/qt6/QtGui/qevent.h:377:5: note: declared here
377 | QNativeGestureEvent(Qt::NativeGestureType type, const QPointingDevice *dev, const QPointF &localPos, const QPointF &scenePos,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQMouseEvent.cpp: In constructor ‘sipQMouseEvent::sipQMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQMouseEvent.cpp:99:234: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
99 | sipQMouseEvent::sipQMouseEvent(::QEvent::Type a0, const ::QPointF& a1, ::Qt::MouseButton a2, ::Qt::MouseButtons a3, ::Qt::KeyboardModifiers a4, const ::QPointingDevice*a5): ::QMouseEvent(a0, a1, a2, a3, a4, a5), sipPySelf(SIP_NULLPTR)
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qevent.sip:751:
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQHoverEvent.cpp: In constructor ‘sipQHoverEvent::sipQHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQHoverEvent.cpp:100:206: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
100 | sipQHoverEvent::sipQHoverEvent(::QEvent::Type a0, const ::QPointF& a1, const ::QPointF& a2, ::Qt::KeyboardModifiers a3, const ::QPointingDevice*a4): ::QHoverEvent(a0, a1, a2, a3, a4), sipPySelf(SIP_NULLPTR)
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qevent.sip:767:
/usr/include/qt6/QtGui/qevent.h:255:5: note: declared here
255 | QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos,
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQFileOpenEvent.cpp: In function ‘PyObject* meth_QFileOpenEvent_openFile(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQFileOpenEvent.cpp:120:38: warning: ‘bool QFileOpenEvent::openFile(QFile&, QIODeviceBase::OpenMode) const’ is deprecated: Interpret the string returned by file() [-Wdeprecated-declarations]
120 | sipRes = sipCpp->openFile(*a0, *a1);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qevent.sip:566:
/usr/include/qt6/QtGui/qevent.h:859:10: note: declared here
859 | bool openFile(QFile &file, QIODevice::OpenMode flags) const;
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQContextMenuEvent.cpp: In constructor ‘sipQContextMenuEvent::sipQContextMenuEvent(QContextMenuEvent::Reason, const QPoint&)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQContextMenuEvent.cpp:79:147: warning: ‘QContextMenuEvent::QContextMenuEvent(Reason, const QPoint&)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
79 | sipQContextMenuEvent::sipQContextMenuEvent(::QContextMenuEvent::Reason a0, const ::QPoint& a1): ::QContextMenuEvent(a0, a1), sipPySelf(SIP_NULLPTR)
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qevent.sip:353:
/usr/include/qt6/QtGui/qevent.h:604:5: note: declared here
604 | QContextMenuEvent(Reason reason, const QPoint &pos);
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQColor.cpp: In function ‘PyObject* meth_QColor_setNamedColor(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQColor.cpp:107:34: warning: ‘void QColor::setNamedColor(QStringView)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
107 | sipCpp->setNamedColor(*a0);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtGui/qcolor.sip:26:
/usr/include/qt6/QtGui/qcolor.h:68:10: note: declared here
68 | void setNamedColor(QStringView name);
| ^~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQColor.cpp: In function ‘PyObject* meth_QColor_isValidColor(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtGui/sipQtGuiQColor.cpp:2387:44: warning: ‘static bool QColor::isValidColor(const QString&)’ is deprecated: Use isValidColorName() instead. [-Wdeprecated-declarations]
2387 | sipRes = ::QColor::isValidColor(*a0);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/include/qt6/QtGui/qcolor.h:197:17: note: declared here
197 | static bool isValidColor(const QString &name);
| ^~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQQmlListReference.cpp: In function ‘void* init_type_QQmlListReference(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQQmlListReference.cpp:647:56: warning: ‘QQmlListReference::QQmlListReference(QObject*, const char*, QQmlEngine*)’ is deprecated: Drop the QQmlEngine* argument [-Wdeprecated-declarations]
647 | sipCpp = new ::QQmlListReference(a0, a1, a2);
| ^
In file included from /usr/include/qt6/QtQml/qqmlprivate.h:20,
from /usr/include/qt6/QtQml/qqml.h:7,
from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQml/qmlattachedpropertiesobject.sip:22,
from sipQtQmlQQmlListReference.cpp:24:
/usr/include/qt6/QtQml/qqmllist.h:192:5: note: declared here
192 | QQmlListReference(QObject *o, const char *property, [[maybe_unused]] QQmlEngine *engine);
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQQmlListReference.cpp:677:53: warning: ‘QQmlListReference::QQmlListReference(const QVariant&, QQmlEngine*)’ is deprecated: Drop the QQmlEngine* argument [-Wdeprecated-declarations]
677 | sipCpp = new ::QQmlListReference(*a0, a1);
| ^
/usr/include/qt6/QtQml/qqmllist.h:189:5: note: declared here
189 | QQmlListReference(const QVariant &variant, [[maybe_unused]] QQmlEngine *engine);
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQQmlExtensionPlugin.cpp: In function ‘PyObject* meth_QQmlExtensionPlugin_baseUrl(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQQmlExtensionPlugin.cpp:367:48: warning: ‘QUrl QQmlExtensionPlugin::baseUrl() const’ is deprecated: Provide a qmldir file to remove the need for calling baseUrl [-Wdeprecated-declarations]
367 | sipRes = new ::QUrl(sipCpp->baseUrl());
| ~~~~~~~~~~~~~~~^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQml/qqmlextensionplugin.sip:26:
/usr/include/qt6/QtQml/qqmlextensionplugin.h:39:10: note: declared here
39 | QUrl baseUrl() const;
| ^~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQml/qqmlengine.sip: In function ‘PyObject* meth_QQmlEngine_importPlugin(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQml/qqmlengine.sip:45:38: warning: ‘bool QQmlEngine::importPlugin(const QString&, const QString&, QList*)’ is deprecated: Import the module from QML instead [-Wdeprecated-declarations]
45 | sipRes = sipCpp->importPlugin(*a0, *a1, a2);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQml/qqmlengine.sip:26:
/usr/include/qt6/QtQml/qqmlengine.h:85:10: note: declared here
85 | bool importPlugin(const QString &filePath, const QString &uri, QList *errors);
| ^~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQJSValue.cpp: In function ‘PyObject* meth_QJSValue_isVariant(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQml/sipQtQmlQJSValue.cpp:194:39: warning: ‘bool QJSValue::isVariant() const’ is deprecated: This might return unexpected results; consult documentation for more information [-Wdeprecated-declarations]
194 | sipRes = sipCpp->isVariant();
| ~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtQml/QJSValue:1,
from ../../qpy/QtQml/qpyqml_api.h:27,
from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQml/qjsengine.sip:203,
from sipQtQmlQJSValue.cpp:24:
/usr/include/qt6/QtQml/qjsvalue.h:85:10: note: declared here
85 | bool isVariant() const;
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQTreeWidgetItem.cpp: In function ‘PyObject* meth_QTreeWidgetItem_setTextAlignment(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQTreeWidgetItem.cpp:558:37: warning: ‘void QTreeWidgetItem::setTextAlignment(int, int)’ is deprecated: Use the overload taking Qt::Alignment [-Wdeprecated-declarations]
558 | sipCpp->setTextAlignment(a0, a1);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qtreewidget.sip:26:
/usr/include/qt6/QtWidgets/qtreewidget.h:105:17: note: declared here
105 | inline void setTextAlignment(int column, int alignment)
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQTableWidgetItem.cpp: In function ‘PyObject* meth_QTableWidgetItem_setTextAlignment(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQTableWidgetItem.cpp:513:37: warning: ‘void QTableWidgetItem::setTextAlignment(int)’ is deprecated: Use the overload taking Qt::Alignment [-Wdeprecated-declarations]
513 | sipCpp->setTextAlignment(a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qtablewidget.sip:43:
/usr/include/qt6/QtWidgets/qtablewidget.h:111:17: note: declared here
111 | inline void setTextAlignment(int alignment)
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQMessageBox.cpp: In function ‘PyObject* meth_QMessageBox_standardIcon(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQMessageBox.cpp:1753:63: warning: ‘static QPixmap QMessageBox::standardIcon(Icon)’ is deprecated: Use QStyle::standardIcon() instead. [-Wdeprecated-declarations]
1753 | sipRes = new ::QPixmap(::QMessageBox::standardIcon(a0));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qmessagebox.sip:26:
/usr/include/qt6/QtWidgets/qmessagebox.h:290:20: note: declared here
290 | static QPixmap standardIcon(Icon icon);
| ^~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQListWidgetItem.cpp: In function ‘PyObject* meth_QListWidgetItem_setTextAlignment(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQListWidgetItem.cpp:513:37: warning: ‘void QListWidgetItem::setTextAlignment(int)’ is deprecated: Use the overload taking Qt::Alignment [-Wdeprecated-declarations]
513 | sipCpp->setTextAlignment(a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qlistwidget.sip:26:
/usr/include/qt6/QtWidgets/qlistwidget.h:85:17: note: declared here
85 | inline void setTextAlignment(int alignment)
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQDateTimeEdit.cpp: In function ‘PyObject* meth_QDateTimeEdit_timeSpec(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQDateTimeEdit.cpp:2938:38: warning: ‘Qt::TimeSpec QDateTimeEdit::timeSpec() const’ is deprecated: Use timeZone() instead [-Wdeprecated-declarations]
2938 | sipRes = sipCpp->timeSpec();
| ~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qdatetimeedit.sip:26:
/usr/include/qt6/QtWidgets/qdatetimeedit.h:133:18: note: declared here
133 | Qt::TimeSpec timeSpec() const;
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQDateTimeEdit.cpp: In function ‘PyObject* meth_QDateTimeEdit_setTimeSpec(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQDateTimeEdit.cpp:2963:32: warning: ‘void QDateTimeEdit::setTimeSpec(Qt::TimeSpec)’ is deprecated: Use setTimeZone() instead [-Wdeprecated-declarations]
2963 | sipCpp->setTimeSpec(a0);
| ~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/qt6/QtWidgets/qdatetimeedit.h:135:10: note: declared here
135 | void setTimeSpec(Qt::TimeSpec spec);
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQStyle.cpp:2044:68: warning: ‘QStyle::PM_DialogButtonsSeparator’ is deprecated: Not used and no effect since Qt 4 [-Wdeprecated-declarations]
2044 | {sipName_PM_DialogButtonsSeparator, static_cast(::QStyle::PM_DialogButtonsSeparator)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qstyle.sip:26:
/usr/include/qt6/QtWidgets/qstyle.h:468:9: note: declared here
468 | PM_DialogButtonsSeparator Q_DECL_ENUMERATOR_DEPRECATED_X("Not used and no effect since Qt 4"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQStyle.cpp:2044:68: warning: ‘QStyle::PM_DialogButtonsSeparator’ is deprecated: Not used and no effect since Qt 4 [-Wdeprecated-declarations]
2044 | {sipName_PM_DialogButtonsSeparator, static_cast(::QStyle::PM_DialogButtonsSeparator)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qstyle.h:468:9: note: declared here
468 | PM_DialogButtonsSeparator Q_DECL_ENUMERATOR_DEPRECATED_X("Not used and no effect since Qt 4"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQStyle.cpp:2045:70: warning: ‘QStyle::PM_DialogButtonsButtonWidth’ is deprecated: Not used and no effect since Qt 4 [-Wdeprecated-declarations]
2045 | {sipName_PM_DialogButtonsButtonWidth, static_cast(::QStyle::PM_DialogButtonsButtonWidth)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qstyle.h:469:9: note: declared here
469 | PM_DialogButtonsButtonWidth Q_DECL_ENUMERATOR_DEPRECATED_X("Not used and no effect since Qt 4"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQStyle.cpp:2045:70: warning: ‘QStyle::PM_DialogButtonsButtonWidth’ is deprecated: Not used and no effect since Qt 4 [-Wdeprecated-declarations]
2045 | {sipName_PM_DialogButtonsButtonWidth, static_cast(::QStyle::PM_DialogButtonsButtonWidth)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qstyle.h:469:9: note: declared here
469 | PM_DialogButtonsButtonWidth Q_DECL_ENUMERATOR_DEPRECATED_X("Not used and no effect since Qt 4"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQStyle.cpp:2046:71: warning: ‘QStyle::PM_DialogButtonsButtonHeight’ is deprecated: Not used and no effect since Qt 4 [-Wdeprecated-declarations]
2046 | {sipName_PM_DialogButtonsButtonHeight, static_cast(::QStyle::PM_DialogButtonsButtonHeight)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qstyle.h:470:9: note: declared here
470 | PM_DialogButtonsButtonHeight Q_DECL_ENUMERATOR_DEPRECATED_X("Not used and no effect since Qt 4"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQStyle.cpp:2046:71: warning: ‘QStyle::PM_DialogButtonsButtonHeight’ is deprecated: Not used and no effect since Qt 4 [-Wdeprecated-declarations]
2046 | {sipName_PM_DialogButtonsButtonHeight, static_cast(::QStyle::PM_DialogButtonsButtonHeight)},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qstyle.h:470:9: note: declared here
470 | PM_DialogButtonsButtonHeight Q_DECL_ENUMERATOR_DEPRECATED_X("Not used and no effect since Qt 4"),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQApplication.cpp: In function ‘PyObject* meth_QApplication_setActiveWindow(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtWidgets/sipQtWidgetsQApplication.cpp:772:44: warning: ‘static void QApplication::setActiveWindow(QWidget*)’ is deprecated: Use QWidget::activateWindow() instead. [-Wdeprecated-declarations]
772 | ::QApplication::setActiveWindow(a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtWidgets/qapplication.sip:28:
/usr/include/qt6/QtWidgets/qapplication.h:84:17: note: declared here
84 | static void setActiveWindow(QWidget* act);
| ^~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtDBus/sipQtDBusQPyDBusPendingReply.cpp: In function ‘void assign_QPyDBusPendingReply(void*, Py_ssize_t, void*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtDBus/sipQtDBusQPyDBusPendingReply.cpp:312:119: warning: implicitly-declared ‘QPyDBusPendingReply& QPyDBusPendingReply::operator=(const QPyDBusPendingReply&)’ is deprecated [-Wdeprecated-copy]
312 | reinterpret_cast< ::QPyDBusPendingReply *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QPyDBusPendingReply *>(sipSrc);
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtDBus/qpydbuspendingreply.sip:24:
../../qpy/QtDBus/qpydbuspendingreply.h:34:5: note: because ‘QPyDBusPendingReply’ has user-provided ‘QPyDBusPendingReply::QPyDBusPendingReply(const QPyDBusPendingReply&)’
34 | QPyDBusPendingReply(const QPyDBusPendingReply &other);
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtDBus/sipQtDBusQPyDBusReply.cpp: In function ‘void assign_QPyDBusReply(void*, Py_ssize_t, void*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtDBus/sipQtDBusQPyDBusReply.cpp:135:105: warning: implicitly-declared ‘QPyDBusReply& QPyDBusReply::operator=(const QPyDBusReply&)’ is deprecated [-Wdeprecated-copy]
135 | reinterpret_cast< ::QPyDBusReply *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QPyDBusReply *>(sipSrc);
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtDBus/qpydbusreply.sip:24:
../../qpy/QtDBus/qpydbusreply.h:41:5: note: because ‘QPyDBusReply’ has user-provided ‘QPyDBusReply::QPyDBusReply(const QPyDBusReply&)’
41 | QPyDBusReply(const QPyDBusReply &other);
| ^~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtHelp/sipQtHelpQHelpSearchQuery.cpp: In function ‘void* array_QHelpSearchQuery(Py_ssize_t)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtHelp/sipQtHelpQHelpSearchQuery.cpp:46:44: warning: ‘QHelpSearchQuery::QHelpSearchQuery()’ is deprecated: Use QString instead [-Wdeprecated-declarations]
46 | return new ::QHelpSearchQuery[sipNrElem];
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtHelp/qhelpsearchengine.sip:26:
/usr/include/qt6/QtHelp/qhelpsearchengine.h:28:5: note: declared here
28 | QHelpSearchQuery()
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtHelp/sipQtHelpQHelpSearchQuery.cpp: In function ‘void* init_type_QHelpSearchQuery(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtHelp/sipQtHelpQHelpSearchQuery.cpp:89:45: warning: ‘QHelpSearchQuery::QHelpSearchQuery()’ is deprecated: Use QString instead [-Wdeprecated-declarations]
89 | sipCpp = new ::QHelpSearchQuery();
| ^
/usr/include/qt6/QtHelp/qhelpsearchengine.h:28:5: note: declared here
28 | QHelpSearchQuery()
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtHelp/sipQtHelpQHelpSearchQuery.cpp:102:52: warning: ‘QHelpSearchQuery::QHelpSearchQuery(FieldName, const QStringList&)’ is deprecated: Use QString instead [-Wdeprecated-declarations]
102 | sipCpp = new ::QHelpSearchQuery(a0, *a1);
| ^
/usr/include/qt6/QtHelp/qhelpsearchengine.h:31:5: note: declared here
31 | QHelpSearchQuery(FieldName field, const QStringList &wordList_)
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtOpenGL/sipQtOpenGLQOpenGLTexture.cpp:2606:67: warning: ‘QOpenGLTexture::CommpareNotEqual’ is deprecated: Use CompareNotEqual instead. [-Wdeprecated-declarations]
2606 | {sipName_CommpareNotEqual, static_cast(::QOpenGLTexture::CommpareNotEqual)},
| ^~~~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtOpenGL/qopengltexture.sip:26:
/usr/include/qt6/QtOpenGL/qopengltexture.h:522:9: note: declared here
522 | CommpareNotEqual Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtOpenGL/sipQtOpenGLQOpenGLTexture.cpp:2606:67: warning: ‘QOpenGLTexture::CommpareNotEqual’ is deprecated: Use CompareNotEqual instead. [-Wdeprecated-declarations]
2606 | {sipName_CommpareNotEqual, static_cast(::QOpenGLTexture::CommpareNotEqual)},
| ^~~~~~~~~~~~~~~~
/usr/include/qt6/QtOpenGL/qopengltexture.h:522:9: note: declared here
522 | CommpareNotEqual Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQuick/sipQtQuickQSGMaterial.cpp:367:65: warning: ‘QSGMaterial::CustomCompileStep’ is deprecated: Qt 6 does not have custom shader compilation support. If the intention is to just disable batching, use NoBatching instead. [-Wdeprecated-declarations]
367 | {sipName_CustomCompileStep, static_cast(::QSGMaterial::CustomCompileStep)},
| ^~~~~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtQuick/qsgmaterial.sip:26:
/usr/include/qt6/QtQuick/qsgmaterial.h:29:9: note: declared here
29 | CustomCompileStep Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtQuick/sipQtQuickQSGMaterial.cpp:367:65: warning: ‘QSGMaterial::CustomCompileStep’ is deprecated: Qt 6 does not have custom shader compilation support. If the intention is to just disable batching, use NoBatching instead. [-Wdeprecated-declarations]
367 | {sipName_CustomCompileStep, static_cast(::QSGMaterial::CustomCompileStep)},
| ^~~~~~~~~~~~~~~~~
/usr/include/qt6/QtQuick/qsgmaterial.h:29:9: note: declared here
29 | CustomCompileStep Q_DECL_ENUMERATOR_DEPRECATED_X(
| ^~~~~~~~~~~~~~~~~
../../qpy/QtQuick/qpyquickframebufferobject.cpp: In static member function ‘static QQmlPrivate::RegisterType* QPyQuickFramebufferObject::addType(PyTypeObject*, const QMetaObject*, const QByteArray&, const QByteArray&)’:
../../qpy/QtQuick/qpyquickframebufferobject.cpp:69:70: warning: unused parameter ‘ptr_name’ [-Wunused-parameter]
69 | PyTypeObject *type, const QMetaObject *mo, const QByteArray &ptr_name,
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
../../qpy/QtQuick/qpyquickframebufferobject.cpp:70:27: warning: unused parameter ‘list_name’ [-Wunused-parameter]
70 | const QByteArray &list_name)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../qpy/QtQuick/qpyquickitem.cpp: In static member function ‘static QQmlPrivate::RegisterType* QPyQuickItem::addType(PyTypeObject*, const QMetaObject*, const QByteArray&, const QByteArray&)’:
../../qpy/QtQuick/qpyquickitem.cpp:80:50: warning: unused parameter ‘ptr_name’ [-Wunused-parameter]
80 | const QMetaObject *mo, const QByteArray &ptr_name,
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
../../qpy/QtQuick/qpyquickitem.cpp:81:27: warning: unused parameter ‘list_name’ [-Wunused-parameter]
81 | const QByteArray &list_name)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../qpy/QtQuick/qpyquickpainteditem.cpp: In static member function ‘static QQmlPrivate::RegisterType* QPyQuickPaintedItem::addType(PyTypeObject*, const QMetaObject*, const QByteArray&, const QByteArray&)’:
../../qpy/QtQuick/qpyquickpainteditem.cpp:69:50: warning: unused parameter ‘ptr_name’ [-Wunused-parameter]
69 | const QMetaObject *mo, const QByteArray &ptr_name,
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
../../qpy/QtQuick/qpyquickpainteditem.cpp:70:27: warning: unused parameter ‘list_name’ [-Wunused-parameter]
70 | const QByteArray &list_name)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../qpy/QtQuick/qpyquickview.cpp: In static member function ‘static QQmlPrivate::RegisterType* QPyQuickView::addType(PyTypeObject*, const QMetaObject*, const QByteArray&, const QByteArray&)’:
../../qpy/QtQuick/qpyquickview.cpp:68:50: warning: unused parameter ‘ptr_name’ [-Wunused-parameter]
68 | const QMetaObject *mo, const QByteArray &ptr_name,
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
../../qpy/QtQuick/qpyquickview.cpp:69:27: warning: unused parameter ‘list_name’ [-Wunused-parameter]
69 | const QByteArray &list_name)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../qpy/QtQuick/qpyquickwindow.cpp: In static member function ‘static QQmlPrivate::RegisterType* QPyQuickWindow::addType(PyTypeObject*, const QMetaObject*, const QByteArray&, const QByteArray&)’:
../../qpy/QtQuick/qpyquickwindow.cpp:68:50: warning: unused parameter ‘ptr_name’ [-Wunused-parameter]
68 | const QMetaObject *mo, const QByteArray &ptr_name,
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
../../qpy/QtQuick/qpyquickwindow.cpp:69:27: warning: unused parameter ‘list_name’ [-Wunused-parameter]
69 | const QByteArray &list_name)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQueryModel.cpp: In function ‘PyObject* meth_QSqlQueryModel_setQuery(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQueryModel.cpp:1278:29: warning: ‘void QSqlQueryModel::setQuery(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Pass it by move instead. [-Wdeprecated-declarations]
1278 | sipCpp->setQuery(*a0);
| ~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtSql/qsqlquerymodel.sip:26:
/usr/include/qt6/QtSql/qsqlquerymodel.h:45:10: note: declared here
45 | void setQuery(const QSqlQuery &query);
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip: At global scope:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQuery.cpp: In function ‘void assign_QSqlQuery(void*, Py_ssize_t, void*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQuery.cpp:1265:99: warning: ‘QSqlQuery& QSqlQuery::operator=(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Use move assignment instead. [-Wdeprecated-declarations]
1265 | reinterpret_cast< ::QSqlQuery *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QSqlQuery *>(sipSrc);
| ^
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtSql/qsqlquery.sip:26:
/usr/include/qt6/QtSql/qsqlquery.h:39:16: note: declared here
39 | QSqlQuery& operator=(const QSqlQuery &other);
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQuery.cpp: In function ‘void* copy_QSqlQuery(const void*, Py_ssize_t)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQuery.cpp:1272:84: warning: ‘QSqlQuery::QSqlQuery(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Use move construction instead. [-Wdeprecated-declarations]
1272 | return new ::QSqlQuery(reinterpret_cast(sipSrc)[sipSrcIdx]);
| ^
/usr/include/qt6/QtSql/qsqlquery.h:37:5: note: declared here
37 | QSqlQuery(const QSqlQuery &other);
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQuery.cpp: In function ‘void* init_type_QSqlQuery(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlQuery.cpp:1341:41: warning: ‘QSqlQuery::QSqlQuery(const QSqlQuery&)’ is deprecated: QSqlQuery is not meant to be copied. Use move construction instead. [-Wdeprecated-declarations]
1341 | sipCpp = new ::QSqlQuery(*a0);
| ^
/usr/include/qt6/QtSql/qsqlquery.h:37:5: note: declared here
37 | QSqlQuery(const QSqlQuery &other);
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlField.cpp: In function ‘PyObject* meth_QSqlField_setSqlType(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlField.cpp:423:31: warning: ‘void QSqlField::setSqlType(int)’ is deprecated: This internal value is no longer used. [-Wdeprecated-declarations]
423 | sipCpp->setSqlType(a0);
| ~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtSql/qsqlfield.sip:26:
/usr/include/qt6/QtSql/qsqlfield.h:87:10: note: declared here
87 | void setSqlType(int type);
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlField.cpp: In function ‘PyObject* meth_QSqlField_typeID(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlField.cpp:606:36: warning: ‘int QSqlField::typeID() const’ is deprecated: This internal value is no longer used. [-Wdeprecated-declarations]
606 | sipRes = sipCpp->typeID();
| ~~~~~~~~~~~~~~^~
/usr/include/qt6/QtSql/qsqlfield.h:98:9: note: declared here
98 | int typeID() const;
| ^~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlDatabase.cpp: In function ‘PyObject* meth_QSqlDatabase_exec(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtSql/sipQtSqlQSqlDatabase.cpp:300:50: warning: ‘QSqlQuery QSqlDatabase::exec(const QString&) const’ is deprecated: Use QSqlQuery::exec() instead. [-Wdeprecated-declarations]
300 | sipRes = new ::QSqlQuery(sipCpp->exec(*a0));
| ~~~~~~~~~~~~^~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtSql/qsqldatabase.sip:37:
/usr/include/qt6/QtSql/qsqldatabase.h:60:15: note: declared here
60 | QSqlQuery exec(const QString& query = QString()) const;
| ^~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtXml/sipQtXmlQDomDocument.cpp: In function ‘PyObject* meth_QDomDocument_setContent(PyObject*, PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtXml/sipQtXmlQDomDocument.cpp:757:40: warning: ‘bool QDomDocument::setContent(const QByteArray&, bool, QString*, int*, int*)’ is deprecated: Use the overload taking ParseOptions instead. [-Wdeprecated-declarations]
757 | sipRes = sipCpp->setContent(*a0, a1, a2, &a3, &a4);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtXml/qdom.sip:196:
/usr/include/qt6/QtXml/qdom.h:396:10: note: declared here
396 | bool setContent(const QByteArray &text, bool namespaceProcessing, QString *errorMsg = nullptr, int *errorLine = nullptr, int *errorColumn = nullptr);
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtXml/sipQtXmlQDomDocument.cpp:783:40: warning: ‘bool QDomDocument::setContent(const QString&, bool, QString*, int*, int*)’ is deprecated: Use the overload taking ParseOptions instead. [-Wdeprecated-declarations]
783 | sipRes = sipCpp->setContent(*a0, a1, a2, &a3, &a4);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtXml/qdom.h:398:10: note: declared here
398 | bool setContent(const QString &text, bool namespaceProcessing, QString *errorMsg = nullptr, int *errorLine = nullptr, int *errorColumn = nullptr);
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtXml/sipQtXmlQDomDocument.cpp:809:40: warning: ‘bool QDomDocument::setContent(QIODevice*, bool, QString*, int*, int*)’ is deprecated: Use the overload taking ParseOptions instead. [-Wdeprecated-declarations]
809 | sipRes = sipCpp->setContent(a0, a1, a2, &a3, &a4);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtXml/qdom.h:400:10: note: declared here
400 | bool setContent(QIODevice *dev, bool namespaceProcessing, QString *errorMsg = nullptr, int *errorLine = nullptr, int *errorColumn = nullptr);
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtXml/sipQtXmlQDomDocument.cpp:834:40: warning: ‘bool QDomDocument::setContent(QXmlStreamReader*, bool, QString*, int*, int*)’ is deprecated: Use the overload taking ParseOptions instead. [-Wdeprecated-declarations]
834 | sipRes = sipCpp->setContent(a0, a1, a2, &a3, &a4);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtXml/qdom.h:408:10: note: declared here
408 | bool setContent(QXmlStreamReader *reader, bool namespaceProcessing, QString *errorMsg = nullptr,
| ^~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
from /usr/include/qt6/QtCore/qglobal.h:55,
from /usr/include/qt6/QtCore/qmetatype.h:9,
from /usr/include/qt6/QtCore/QMetaType:1,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediacmodule.cpp:24:
/usr/include/qt6/QtCore/qttypetraits.h: In instantiation of ‘struct QTypeTraits::has_ostream_operator’:
/usr/include/qt6/QtCore/qttypetraits.h:299:81: required from ‘constexpr const bool QTypeTraits::has_ostream_operator_v’
/usr/include/qt6/QtCore/qmetatype.h:2361:77: required from ‘QtPrivate::QMetaTypeInterfaceWrapper::InterfaceType QtPrivate::QMetaTypeInterfaceWrapper::metaType’
/usr/include/qt6/QtCore/qmetatype.h:2643:12: required from ‘constexpr const QtPrivate::QMetaTypeInterface* QtPrivate::qMetaTypeInterfaceForType() [with T = QVideoFrameFormat::YCbCrColorSpace]’
/usr/include/qt6/QtCore/qmetatype.h:2679:61: required from ‘static constexpr QMetaType QMetaType::fromType() [with T = QVideoFrameFormat::YCbCrColorSpace]’
/usr/include/qt6/QtCore/qmetatype.h:1390:38: required from ‘constexpr int qMetaTypeId() [with T = QVideoFrameFormat::YCbCrColorSpace]’
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediacmodule.cpp:1386:54: required from here
/usr/include/qt6/QtCore/qttypetraits.h:296:89: warning: ‘QDebug operator<<(QDebug, QVideoFrameFormat::YCbCrColorSpace)’ is deprecated: Use QVideoFrameFormat::ColorSpace [-Wdeprecated-declarations]
296 | struct has_ostream_operator() << detail::const_reference())>>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtMultimedia/qvideoframe.h:9,
from /usr/include/qt6/QtMultimedia/qcameradevice.h:9,
from /usr/include/qt6/QtMultimedia/qcamera.h:14,
from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtMultimedia/qcamera.sip:28:
/usr/include/qt6/QtMultimedia/qvideoframeformat.h:214:28: note: declared here
214 | Q_MULTIMEDIA_EXPORT QDebug operator<<(QDebug, QVideoFrameFormat::YCbCrColorSpace);
| ^~~~~~~~
/usr/include/qt6/QtCore/qmetatype.h: In instantiation of ‘static void QtPrivate::QDebugStreamOperatorForType >::debugStream(const QtPrivate::QMetaTypeInterface*, QDebug&, const void*) [with T = QVideoFrameFormat::YCbCrColorSpace; bool = true]’:
/usr/include/qt6/QtCore/qmetatype.h:2540:33: required from ‘QtPrivate::QMetaTypeInterfaceWrapper::InterfaceType QtPrivate::QMetaTypeInterfaceWrapper::metaType’
/usr/include/qt6/QtCore/qmetatype.h:2643:12: required from ‘constexpr const QtPrivate::QMetaTypeInterface* QtPrivate::qMetaTypeInterfaceForType() [with T = QVideoFrameFormat::YCbCrColorSpace]’
/usr/include/qt6/QtCore/qmetatype.h:2679:61: required from ‘static constexpr QMetaType QMetaType::fromType() [with T = QVideoFrameFormat::YCbCrColorSpace]’
/usr/include/qt6/QtCore/qmetatype.h:1390:38: required from ‘constexpr int qMetaTypeId() [with T = QVideoFrameFormat::YCbCrColorSpace]’
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediacmodule.cpp:1386:54: required from here
/usr/include/qt6/QtCore/qmetatype.h:2365:11: warning: ‘QDebug operator<<(QDebug, QVideoFrameFormat::YCbCrColorSpace)’ is deprecated: Use QVideoFrameFormat::ColorSpace [-Wdeprecated-declarations]
2365 | { dbg << *reinterpret_cast(a); }
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframeformat.h:214:28: note: declared here
214 | Q_MULTIMEDIA_EXPORT QDebug operator<<(QDebug, QVideoFrameFormat::YCbCrColorSpace);
| ^~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp: In function ‘PyObject* meth_QVideoFrameFormat_frameRate(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp:362:39: warning: ‘qreal QVideoFrameFormat::frameRate() const’ is deprecated: Use streamFrameRate() [-Wdeprecated-declarations]
362 | sipRes = sipCpp->frameRate();
| ~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtMultimedia/qvideoframeformat.sip:28:
/usr/include/qt6/QtMultimedia/qvideoframeformat.h:161:11: note: declared here
161 | qreal frameRate() const;
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp: In function ‘PyObject* meth_QVideoFrameFormat_setFrameRate(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp:387:33: warning: ‘void QVideoFrameFormat::setFrameRate(qreal)’ is deprecated: Use setStreamFrameRate() [-Wdeprecated-declarations]
387 | sipCpp->setFrameRate(a0);
| ~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/qt6/QtMultimedia/qvideoframeformat.h:163:10: note: declared here
163 | void setFrameRate(qreal rate);
| ^~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp: In function ‘PyObject* meth_QVideoFrameFormat_yCbCrColorSpace(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp:414:45: warning: ‘QVideoFrameFormat::YCbCrColorSpace QVideoFrameFormat::yCbCrColorSpace() const’ is deprecated: Use colorSpace() [-Wdeprecated-declarations]
414 | sipRes = sipCpp->yCbCrColorSpace();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtMultimedia/qvideoframeformat.h:171:21: note: declared here
171 | YCbCrColorSpace yCbCrColorSpace() const;
| ^~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp: In function ‘PyObject* meth_QVideoFrameFormat_setYCbCrColorSpace(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrameFormat.cpp:439:39: warning: ‘void QVideoFrameFormat::setYCbCrColorSpace(YCbCrColorSpace)’ is deprecated: Use setColorSpace() [-Wdeprecated-declarations]
439 | sipCpp->setYCbCrColorSpace(a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/qt6/QtMultimedia/qvideoframeformat.h:173:10: note: declared here
173 | void setYCbCrColorSpace(YCbCrColorSpace colorSpace);
| ^~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp: In function ‘PyObject* meth_QVideoFrame_setRotationAngle(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:728:37: warning: ‘void QVideoFrame::setRotationAngle(RotationAngle)’ is deprecated: Use QVideoFrame::setRotation(QtVideo::Rotation) instead [-Wdeprecated-declarations]
728 | sipCpp->setRotationAngle(a0);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtMultimedia/qvideoframe.sip:28:
/usr/include/qt6/QtMultimedia/qvideoframe.h:108:10: note: declared here
108 | void setRotationAngle(RotationAngle angle) { setRotation(QtVideo::Rotation(angle)); }
| ^~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp: In function ‘PyObject* meth_QVideoFrame_rotationAngle(PyObject*, PyObject*)’:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:755:43: warning: ‘QVideoFrame::RotationAngle QVideoFrame::rotationAngle() const’ is deprecated: Use QVideoFrame::rotation() instead [-Wdeprecated-declarations]
755 | sipRes = sipCpp->rotationAngle();
| ~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtMultimedia/qvideoframe.h:111:19: note: declared here
111 | RotationAngle rotationAngle() const { return RotationAngle(rotation()); }
| ^~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp: At global scope:
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1131:57: warning: ‘QVideoFrame::Rotation0’ is deprecated: Use QtVideo::Rotation::None instead [-Wdeprecated-declarations]
1131 | {sipName_Rotation0, static_cast(::QVideoFrame::Rotation0)},
| ^~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:49:9: note: declared here
49 | Rotation0 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::None instead") = 0,
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1131:57: warning: ‘QVideoFrame::Rotation0’ is deprecated: Use QtVideo::Rotation::None instead [-Wdeprecated-declarations]
1131 | {sipName_Rotation0, static_cast(::QVideoFrame::Rotation0)},
| ^~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:49:9: note: declared here
49 | Rotation0 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::None instead") = 0,
| ^~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1132:58: warning: ‘QVideoFrame::Rotation90’ is deprecated: Use QtVideo::Rotation::Clockwise90 instead [-Wdeprecated-declarations]
1132 | {sipName_Rotation90, static_cast(::QVideoFrame::Rotation90)},
| ^~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:50:9: note: declared here
50 | Rotation90 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::Clockwise90 instead") = 90,
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1132:58: warning: ‘QVideoFrame::Rotation90’ is deprecated: Use QtVideo::Rotation::Clockwise90 instead [-Wdeprecated-declarations]
1132 | {sipName_Rotation90, static_cast(::QVideoFrame::Rotation90)},
| ^~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:50:9: note: declared here
50 | Rotation90 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::Clockwise90 instead") = 90,
| ^~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1133:59: warning: ‘QVideoFrame::Rotation180’ is deprecated: Use QtVideo::Rotation::Clockwise180 instead [-Wdeprecated-declarations]
1133 | {sipName_Rotation180, static_cast(::QVideoFrame::Rotation180)},
| ^~~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:51:9: note: declared here
51 | Rotation180 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::Clockwise180 instead") = 180,
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1133:59: warning: ‘QVideoFrame::Rotation180’ is deprecated: Use QtVideo::Rotation::Clockwise180 instead [-Wdeprecated-declarations]
1133 | {sipName_Rotation180, static_cast(::QVideoFrame::Rotation180)},
| ^~~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:51:9: note: declared here
51 | Rotation180 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::Clockwise180 instead") = 180,
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1134:59: warning: ‘QVideoFrame::Rotation270’ is deprecated: Use QtVideo::Rotation::Clockwise270 instead [-Wdeprecated-declarations]
1134 | {sipName_Rotation270, static_cast(::QVideoFrame::Rotation270)},
| ^~~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:52:9: note: declared here
52 | Rotation270 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::Clockwise270 instead") = 270
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtMultimedia/sipQtMultimediaQVideoFrame.cpp:1134:59: warning: ‘QVideoFrame::Rotation270’ is deprecated: Use QtVideo::Rotation::Clockwise270 instead [-Wdeprecated-declarations]
1134 | {sipName_Rotation270, static_cast(::QVideoFrame::Rotation270)},
| ^~~~~~~~~~~
/usr/include/qt6/QtMultimedia/qvideoframe.h:52:9: note: declared here
52 | Rotation270 Q_DECL_ENUMERATOR_DEPRECATED_X("Use QtVideo::Rotation::Clockwise270 instead") = 270
| ^~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtBluetooth/sipQtBluetoothQLowEnergyService.cpp:576:71: warning: ‘QLowEnergyService::DiscoveryRequired’ is deprecated: DiscoveryRequired was renamed to RemoteService. [-Wdeprecated-declarations]
576 | {sipName_DiscoveryRequired, static_cast(::QLowEnergyService::DiscoveryRequired)},
| ^~~~~~~~~~~~~~~~~
In file included from /var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtBluetooth/qlowenergyservice.sip:28:
/usr/include/qt6/QtBluetooth/qlowenergyservice.h:45:9: note: declared here
45 | DiscoveryRequired
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtBluetooth/sipQtBluetoothQLowEnergyService.cpp:576:71: warning: ‘QLowEnergyService::DiscoveryRequired’ is deprecated: DiscoveryRequired was renamed to RemoteService. [-Wdeprecated-declarations]
576 | {sipName_DiscoveryRequired, static_cast(::QLowEnergyService::DiscoveryRequired)},
| ^~~~~~~~~~~~~~~~~
/usr/include/qt6/QtBluetooth/qlowenergyservice.h:45:9: note: declared here
45 | DiscoveryRequired
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtBluetooth/sipQtBluetoothQLowEnergyService.cpp:577:71: warning: ‘QLowEnergyService::ServiceDiscovered’ is deprecated: ServiceDiscovered was renamed to RemoteServiceDiscovered. [-Wdeprecated-declarations]
577 | {sipName_ServiceDiscovered, static_cast(::QLowEnergyService::ServiceDiscovered)},
| ^~~~~~~~~~~~~~~~~
/usr/include/qt6/QtBluetooth/qlowenergyservice.h:53:9: note: declared here
53 | ServiceDiscovered
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtBluetooth/sipQtBluetoothQLowEnergyService.cpp:577:71: warning: ‘QLowEnergyService::ServiceDiscovered’ is deprecated: ServiceDiscovered was renamed to RemoteServiceDiscovered. [-Wdeprecated-declarations]
577 | {sipName_ServiceDiscovered, static_cast(::QLowEnergyService::ServiceDiscovered)},
| ^~~~~~~~~~~~~~~~~
/usr/include/qt6/QtBluetooth/qlowenergyservice.h:53:9: note: declared here
53 | ServiceDiscovered
| ^~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtBluetooth/sipQtBluetoothQLowEnergyService.cpp:582:72: warning: ‘QLowEnergyService::DiscoveringService’ is deprecated: DiscoveringService was renamed to RemoteServiceDiscovering. [-Wdeprecated-declarations]
582 | {sipName_DiscoveringService, static_cast(::QLowEnergyService::DiscoveringService)},
| ^~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtBluetooth/qlowenergyservice.h:49:9: note: declared here
49 | DiscoveringService
| ^~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/build/QtBluetooth/sipQtBluetoothQLowEnergyService.cpp:582:72: warning: ‘QLowEnergyService::DiscoveringService’ is deprecated: DiscoveringService was renamed to RemoteServiceDiscovering. [-Wdeprecated-declarations]
582 | {sipName_DiscoveringService, static_cast(::QLowEnergyService::DiscoveringService)},
| ^~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtBluetooth/qlowenergyservice.h:49:9: note: declared here
49 | DiscoveringService
| ^~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/python3-qt6-6.9.1-16/work/pyqt6-6.9.1/sip/QtCore/qabstractitemmodel.sip:340:13: warning: ‘void qpycore_gc_modelroledata(PyObject*)’ declared ‘static’ but never defined [-Wunused-function]
340 | static void qpycore_gc_modelroledata(PyObject *mrd_obj);
| ^~~~~~~~~~~~~~~~~~~~~~~~