nextcloud-desktop/src
Jyrki Gadinger 0776f42772 fix Windows build
`cl` didn't quite like it:

```
error C2445: result type of conditional expression is ambiguous: types 'QByteArray' and 'const char [1]' can be converted to multiple common types
```

just changing the `auto` to `QByteArray` results in the same compile error

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-24 09:50:21 +01:00
..
3rdparty Use non-deprecated qChecksum in qtlocalpeer of qtsingleapplication 2024-12-20 16:26:57 +01:00
cmd refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
common Added copy of container to ranged loop so as to prevent crash 2025-02-25 11:54:54 +08:00
crashreporter allow detection of qt5 or qt6 2024-04-26 09:05:12 +02:00
csync add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
gui try to force the highlight to not be too bright 2025-03-19 14:10:02 +01:00
libsync fix Windows build 2025-03-24 09:50:21 +01:00
CMakeLists.txt properly detect and enable Qt6 WebEngine integration 2024-08-28 11:35:04 +02:00