mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
Add virtual destructors, fix warnings
This commit is contained in:
parent
4568be8ff4
commit
fe340ac620
17 changed files with 16 additions and 49 deletions
|
|
@ -46,9 +46,9 @@
|
|||
|
||||
SpectrumAnalyzer::SpectrumAnalyzer(AppWindow *window, QString name)
|
||||
: Mode(window, name, "SA"),
|
||||
firstPointTime(0),
|
||||
central(new QScrollArea),
|
||||
tiles(new TileWidget(traceModel, window)),
|
||||
firstPointTime(0)
|
||||
tiles(new TileWidget(traceModel, window))
|
||||
{
|
||||
central->setWidget(tiles);
|
||||
central->setWidgetResizable(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue