Skip to content
Snippets Groups Projects
Commit 029bf403 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

ScientificPlot::event -> private

parent 5025550d
No related branches found
No related tags found
1 merge request!2401get rid of debug messages from QCustomPlot (#902)
......@@ -49,8 +49,6 @@ public:
virtual QString infoString(const QPointF& pos) const = 0;
bool event(QEvent* event) override;
qreal toSceneX(qreal v) const;
qreal toSceneY(qreal v) const;
qreal fromSceneX(qreal p) const;
......@@ -67,6 +65,8 @@ protected:
QCustomPlot* m_qcp;
private:
bool event(QEvent* event) override;
void onTimeToReplot();
UpdateTimer* m_update_timer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment