We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b10fb commit b298a99Copy full SHA for b298a99
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# QOwnNotes Changelog
2
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
8
## 25.9.4
9
10
- Nextcloud Deck links will now be opened in the **Nextcloud Deck dialog**
src/services/nextclouddeckservice.cpp
@@ -6,6 +6,8 @@
#include <QJsonObject>
#include <QNetworkAccessManager>
#include <QNetworkReply>
+#include <QRegularExpression>
+#include <QRegularExpressionMatch>
11
#include <QTimeZone>
12
#include <QTimer>
13
0 commit comments