mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
app/main/device: move metatypes to device
This commit is contained in:
parent
5f0f99cfbf
commit
e863d5d3c9
4 changed files with 13 additions and 5 deletions
|
|
@ -234,11 +234,6 @@ AppWindow::AppWindow(QWidget *parent)
|
|||
// Set default mode
|
||||
vna->activate();
|
||||
|
||||
qRegisterMetaType<Protocol::Datapoint>("Datapoint");
|
||||
qRegisterMetaType<Protocol::ManualStatusV1>("ManualV1");
|
||||
qRegisterMetaType<Protocol::SpectrumAnalyzerResult>("SpectrumAnalyzerResult");
|
||||
qRegisterMetaType<Protocol::AmplitudeCorrectionPoint>("AmplitudeCorrection");
|
||||
|
||||
auto pref = Preferences::getInstance();
|
||||
if(pref.Startup.UseSetupFile) {
|
||||
LoadSetup(pref.Startup.SetupFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue