Skip to content

Commit

Permalink
feat: support dtk 5.6.17
Browse files Browse the repository at this point in the history
fix build on dtk 5.6.17

Log:
  • Loading branch information
hillwoodroc authored and deepin-bot[bot] committed Nov 13, 2023
1 parent 45212dd commit 35f8e3d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/generate_search_db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
// SPDX-License-Identifier: GPL-3.0-or-later

#include <DLog>
#include <QStandardPaths>
#include <QCoreApplication>
#include <QDir>
#include <QJsonArray>
#include <QJsonDocument>

#include "base/command.h"
#include "controller/search_db.h"
Expand Down
3 changes: 3 additions & 0 deletions src/base/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#include "base/command.h"

#include <DLog>
#include <QDir>
#include <QFileInfo>
#include <QProcess>

namespace dman {

Expand Down
1 change: 1 addition & 0 deletions src/view/image_viewer_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "view/widget/image_viewer.h"

#include <DLog>
#include <QUrl>

ImageViewerProxy::ImageViewerProxy(ImageViewer *viewer,
QObject *parent)
Expand Down
1 change: 1 addition & 0 deletions src/view/search_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "view/search_proxy.h"

#include <DLog>
#include <QTimer>

SearchProxy::SearchProxy(QObject *parent)
: QObject(parent)
Expand Down

0 comments on commit 35f8e3d

Please sign in to comment.