Skip to content

Commit

Permalink
sync: from linuxdeepin/dtkdeclarative
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/dtkdeclarative.

Source-pull-request: linuxdeepin/dtkdeclarative#285
  • Loading branch information
deepin-ci-robot committed Jan 23, 2024
1 parent e4af639 commit 14bb99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

set(DTK_VERSION "5.6.8" CACHE STRING "Define project version")
set(DTK_VERSION "5.6.23" CACHE STRING "Define project version")
project(DtkDeclarative
VERSION "${DTK_VERSION}"
DESCRIPTION "DTK Declarative module"
Expand Down
1 change: 1 addition & 0 deletions src/private/dquickdciiconimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ QUrlQuery DQuickDciIconImageItemPrivate::getUrlQuery()
query.addQueryItem(QLatin1String("name"), parentPriv->name);
query.addQueryItem(QLatin1String("mode"), QString::number(parentPriv->mode));
query.addQueryItem(QLatin1String("theme"), QString::number(parentPriv->theme));
query.addQueryItem("themeName", QIcon::themeName());
DDciIconPalette pal = parentPriv->palette;
if (!parentPriv->palette.foreground().isValid() && q_func()->color().isValid()) {
pal.setForeground(q_func()->color());
Expand Down

0 comments on commit 14bb99e

Please sign in to comment.