Skip to content

Commit

Permalink
gui/src/servericonwidget.cpp: add missing import of QPainterPath
Browse files Browse the repository at this point in the history
Otherwise building fails with the following error:

error: aggregate ‘QPainterPath path’ has incomplete type and cannot be
defined

Closes thestr4ng3r#253

Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
  • Loading branch information
invidian committed Jun 3, 2020
1 parent 89c9bd4 commit bed3b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/servericonwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <servericonwidget.h>

#include <QPainter>
#include <QPainterPath>

ServerIconWidget::ServerIconWidget(QWidget *parent) : QWidget(parent)
{
Expand Down

0 comments on commit bed3b77

Please sign in to comment.