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 1840a00 commit 5c9f2c5Copy full SHA for 5c9f2c5
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# QOwnNotes Changelog
2
3
+## 26.4.17
4
+
5
+- Fixed a build error on older Qt5 systems after the **Settings dialog** widget
6
+ refactoring by explicitly including `QDebug` in
7
+ `widgets/settings/debugsettingswidget.cpp`, so Ubuntu Focal and Debian 10
8
+ builds no longer fail with an incomplete `QDebug` type during the `#3570`
9
+ changes (for [#3570](https://github.com/pbek/QOwnNotes/issues/3570))
10
11
## 26.4.16
12
13
- Tag assignments are now preserved when a **note subfolder** is renamed,
src/widgets/settings/debugsettingswidget.cpp
@@ -16,6 +16,7 @@
16
17
#include <QApplication>
18
#include <QClipboard>
19
+#include <QDebug>
20
#include <QFile>
21
#include <QTextStream>
22
0 commit comments