Skip to content

Create new release

We need a new release, this is breaking KDE's CI because it's using deprecated API: https://build.kde.org/job/Frameworks/job/purpose/job/kf5-qt5%20SUSEQt5.12/114/console

22:07:14  /usr/include/accounts-qt5/Accounts/account.h:165:60: error: ���null��� is not a member of ���QString���
22:07:14    165 |                           QString default_value = QString::null,
22:07:14        |                                                            ^~~~
22:07:14  In file included from /usr/include/accounts-qt5/Accounts/Manager:1,
22:07:14                   from /home/jenkins/workspace/Frameworks/purpose/kf5-qt5 SUSEQt5.12/src/plugins/youtube/youtubejobcomposite.cpp:27:
22:07:14  /usr/include/accounts-qt5/Accounts/manager.h:72:69: error: ���null��� is not a member of ���QString���
22:07:14     72 |     AccountIdList accountList(const QString &serviceType = QString::null) const;
22:07:14        |                                                                     ^~~~
22:07:14  /usr/include/accounts-qt5/Accounts/manager.h:73:76: error: ���null��� is not a member of ���QString���
22:07:14     73 |     AccountIdList accountListEnabled(const QString &serviceType = QString::null) const;
22:07:14        |                                                                            ^~~~
22:07:14  /usr/include/accounts-qt5/Accounts/manager.h:78:67: error: ���null��� is not a member of ���QString���
22:07:14     78 |     ServiceList serviceList(const QString &serviceType = QString::null) const;
22:07:14        |                                                                   ^~~~

This is fixed in master though.