mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
8 lines
131 B
C++
8 lines
131 B
C++
|
|
#include "tracewidgetsa.h"
|
||
|
|
|
||
|
|
TraceWidgetSA::TraceWidgetSA(TraceModel &model, QWidget *parent)
|
||
|
|
: TraceWidget(model, parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|