mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
SpeedPlotView: code correction
This commit is contained in:
@@ -73,11 +73,10 @@ public:
|
||||
explicit SpeedPlotView(QWidget *parent = 0);
|
||||
|
||||
void setGraphEnable(GraphID id, bool enable);
|
||||
void setViewableLastPoints(TimePeriod period);
|
||||
|
||||
void pushPoint(PointData point);
|
||||
|
||||
void setViewableLastPoints(TimePeriod period);
|
||||
|
||||
void replot();
|
||||
|
||||
protected:
|
||||
@@ -104,9 +103,9 @@ private:
|
||||
GraphProperties();
|
||||
GraphProperties(const QString &name, const QPen &pen, bool enable = false);
|
||||
|
||||
QString m_name;
|
||||
QPen m_pen;
|
||||
bool m_enable;
|
||||
QString name;
|
||||
QPen pen;
|
||||
bool enable;
|
||||
};
|
||||
|
||||
boost::circular_buffer<PointData> m_data5Min;
|
||||
|
||||
Reference in New Issue
Block a user