Skip to content

Commit

Permalink
fix(ui): fix compilation error with Qt 5.15 (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
data-man authored Apr 25, 2020
1 parent dd4e6e1 commit 064aaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ui/searchitemdelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <QFontMetrics>
#include <QHelpEvent>
#include <QPainter>
#include <QPainterPath>
#include <QToolTip>

using namespace Zeal::WidgetUi;
Expand Down

0 comments on commit 064aaa0

Please sign in to comment.