Skip to content

Commit

Permalink
Merge pull request #396 from wellenreiter01/patch-QPainterPath
Browse files Browse the repository at this point in the history
fix compile problem with Qt5
  • Loading branch information
Bushstar committed Oct 29, 2022
2 parents 8dad117 + 46bb3c7 commit f0257ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/trafficgraphwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <interfaces/node.h>
#include <qt/trafficgraphwidget.h>
#include <qt/clientmodel.h>

#include <QPainter>
#include <QColor>
#include <QTimer>
#include <QPainterPath>
#include <cmath>
#include <interfaces/node.h>
#include <qt/trafficgraphwidget.h>
#include <qt/clientmodel.h>

#define DESIRED_SAMPLES 800

Expand Down

0 comments on commit f0257ef

Please sign in to comment.