Files
seafile-client/issue1611.patch
Paolo Stivanin c8d264dbdb - Update to 9.0.15:
* Fix the issue that client won't update avatar 
  * Don't emit when handle quit 
- Add issue1611.patch: fix build with Qt>=6.9
- Add issue1650.patch: fix search API

OBS-URL: https://build.opensuse.org/package/show/Cloud:Seafile/seafile-client?expand=0&rev=80
2025-10-20 07:16:16 +00:00

24 lines
611 B
Diff

From 9e64d407af1c3ff5f1e45ca10c15b6ee8153a436 Mon Sep 17 00:00:00 2001
From: Joffr3y <j-off@live.fr>
Date: Sat, 5 Apr 2025 19:45:40 +0200
Subject: [PATCH] Fix build with Qt v6.9.0
---
src/message-poller.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/message-poller.cpp b/src/message-poller.cpp
index 2ab32c505..4b9b3d87e 100644
--- a/src/message-poller.cpp
+++ b/src/message-poller.cpp
@@ -1,6 +1,8 @@
#include <QTimer>
#include <QDateTime>
#include <QJsonDocument>
+#include <QJsonValue>
+#include <QRegularExpression>
#include "utils/utils.h"
#include "utils/translate-commit-desc.h"