Skip to content

Commit

Permalink
fix compile problem with Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Oct 29, 2022
1 parent 8dad117 commit 46bb3c7
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 46bb3c7

Please sign in to comment.