diff --git a/plot.cpp b/plot.cpp index 9971906..b89d419 100644 --- a/plot.cpp +++ b/plot.cpp @@ -26,7 +26,7 @@ Plot::Plot(std::shared_ptr src) : sampleSource(src) bool Plot::mouseEvent(QEvent::Type type, QMouseEvent event) { - + return false; } std::shared_ptr Plot::output()