mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
plot: Add sample output interface
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "samplesource.h"
|
||||
#include "traceplot.h"
|
||||
|
||||
TracePlot::TracePlot(std::shared_ptr<AbstractSampleSource> source) : sampleSource(source) {
|
||||
TracePlot::TracePlot(std::shared_ptr<AbstractSampleSource> source) : Plot(source) {
|
||||
connect(this, &TracePlot::imageReady, this, &TracePlot::handleImage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user