mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
app: sort header list
This commit is contained in:
parent
ea8693566f
commit
fc258e6afb
112 changed files with 384 additions and 243 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "eseries.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "impedancematchdialog.h"
|
||||
|
||||
#include "ui_impedancematchdialog.h"
|
||||
#include "Tools/eseries.h"
|
||||
#include "Util/util.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#ifndef IMPEDANCEMATCHDIALOG_H
|
||||
#define IMPEDANCEMATCHDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "Traces/Marker/markermodel.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class ImpedanceMatchDialog;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue