Skip to content

Commit

Permalink
fix: build failed in deepin v23
Browse files Browse the repository at this point in the history
修复在deepin V23上构建失败
  • Loading branch information
ice909 authored and deepin-mozart committed Sep 20, 2024
1 parent a3c5401 commit 859f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/codegeex/widgets/inputeditwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class TagObjectInterface : public QObject, public QTextObjectInterface

using DTK_GUI_NAMESPACE::DPalette;

DPalette dp(DGuiApplicationHelper::instance()->applicationPalette());
DPalette dp(Dtk::DGuiApplicationHelper::instance()->applicationPalette());

auto color = dp.color(DPalette::LightLively);
color.setAlpha(26);
Expand Down

0 comments on commit 859f569

Please sign in to comment.