Skip to content

Commit 2e8e549

Browse files
sync: from linuxdeepin/dtkgui
Synchronize source files from linuxdeepin/dtkgui. Source-pull-request: linuxdeepin/dtkgui#313
1 parent c0a8b25 commit 2e8e549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/kernel/dguiapplicationhelper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Q_GLOBAL_STATIC(DFontManager, _globalFM)
119119
#define WINDOW_THEME_KEY "_d_platform_theme"
120120

121121
#define DTK_ANIMATIONS_ENV "D_DTK_DISABLE_ANIMATIONS"
122-
Q_GLOBAL_STATIC(OrgDeepinDTKPreference, _d_dconfig, DTK_CORE_NAMESPACE::DConfig::globalThread(), nullptr,
123-
"org.deepin.dtk.preference", DTK_CORE_NAMESPACE::DSGApplication::id(), {}, false, nullptr)
122+
Q_GLOBAL_STATIC_WITH_ARGS(OrgDeepinDTKPreference, _d_dconfig, (DTK_CORE_NAMESPACE::DConfig::globalThread(), nullptr,
123+
"org.deepin.dtk.preference", DTK_CORE_NAMESPACE::DSGApplication::id(), {}, false, nullptr))
124124

125125
/*!
126126
@private

0 commit comments

Comments
 (0)