Skip to content

Commit

Permalink
fix: [codegeex] build can't import QPainterPath class
Browse files Browse the repository at this point in the history
1. add #include <QPainterPath> to codegeex referencepopup.cpp
  • Loading branch information
Yurii.Huang authored and deepin-mozart committed Sep 13, 2024
1 parent 200d278 commit f6c331e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/codegeex/widgets/referencepopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <QHeaderView>
#include <QToolTip>
#include <QPainter>
#include <QPainterPath>
#include <QFileInfo>

#ifdef DTKWIDGET_CLASS_DPaletteHelper
Expand Down

0 comments on commit f6c331e

Please sign in to comment.