Skip to content

Commit b298a99

Browse files
committed
#3357 fix: build issue with ancient C++ and Qt versions
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 31b10fb commit b298a99

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# QOwnNotes Changelog
22

3+
## 25.9.5
4+
5+
- Fixed a build issue with ancient C++ and Qt versions
6+
(for [#3357](https://github.com/pbek/QOwnNotes/issues/3357))
7+
38
## 25.9.4
49

510
- Nextcloud Deck links will now be opened in the **Nextcloud Deck dialog**

src/services/nextclouddeckservice.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <QJsonObject>
77
#include <QNetworkAccessManager>
88
#include <QNetworkReply>
9+
#include <QRegularExpression>
10+
#include <QRegularExpressionMatch>
911
#include <QTimeZone>
1012
#include <QTimer>
1113

0 commit comments

Comments
 (0)