Skip to content

Commit 5c9f2c5

Browse files
committed
#3570 fix: build on older Qt5 systems
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 1840a00 commit 5c9f2c5

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

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

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+
311
## 26.4.16
412

513
- Tag assignments are now preserved when a **note subfolder** is renamed,

src/widgets/settings/debugsettingswidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <QApplication>
1818
#include <QClipboard>
19+
#include <QDebug>
1920
#include <QFile>
2021
#include <QTextStream>
2122

0 commit comments

Comments
 (0)