Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.reader
name: "deepin-reader"
version: 6.5.25.1
version: 6.5.26.1
kind: app
description: |
reader for deepin os.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-reader (6.5.26) unstable; urgency=medium

* Fix build failure on mips64el

-- wangrong <wangrong@uniontech.com> Sat, 21 Jun 2025 09:43:10 +0800

deepin-reader (6.5.25) unstable; urgency=medium

* build: Add position-independent code compilation flags
Expand Down
2 changes: 1 addition & 1 deletion linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.reader
name: "deepin-reader"
version: 6.5.25.1
version: 6.5.26.1
kind: app
description: |
reader for deepin os.
Expand Down
2 changes: 1 addition & 1 deletion loong64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.reader
name: "deepin-reader"
version: 6.5.25.1
version: 6.5.26.1
kind: app
description: |
reader for deepin os.
Expand Down
2 changes: 2 additions & 0 deletions reader/app/TMFunctionThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include "TMFunctionThread.h"

#include <QDebug>

Check warning on line 8 in reader/app/TMFunctionThread.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QDebug> not found. Please note: Cppcheck does not need standard library headers to get proper results.

TMFunctionThread::TMFunctionThread(QObject *parent) : QThread(parent)
{
qDebug() << "Function thread created";
Expand Down
Loading