-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Relevant components
- Standalone tray application (based on Qt Widgets)
- Plasmoid/applet for Plasma desktop
- Dolphin integration
- Command line tool (
syncthingctl) - Integrated Syncthing instance (
libsyncthing) - Android app or mobile UI in general
- Backend libraries
Environment and versions
- syncthingtray: 2.0.2
- Qt version: 5.15.1
Bug description
The README claims 5 support, but you get
/src/syncthingconnector/syncthingconfig.cpp: In function 'QJsonValue Data::xmlValueToJsonValue(QStringView)':
/src/syncthingconnector/syncthingconfig.cpp:96:25: error: 'class QStringView' has no member named 'toDouble'
96 | auto number = value.toDouble(&isNumber);
and https://doc.qt.io/qt-6/qstringview.html#toDouble says that's a 6.x feature
Steps to reproduce
- Build with qt5
Reactions are currently unavailable