mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
7 lines
131 B
C++
7 lines
131 B
C++
#include "tracewidgetsa.h"
|
|
|
|
TraceWidgetSA::TraceWidgetSA(TraceModel &model, QWidget *parent)
|
|
: TraceWidget(model, parent)
|
|
{
|
|
|
|
}
|