mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Option: restrict marker position
This commit is contained in:
parent
ce84370a03
commit
26ba329a0c
24 changed files with 214 additions and 58 deletions
|
|
@ -389,6 +389,13 @@ void PreferencesDialog::updateFromGUI()
|
|||
p->nonTrivialWriting();
|
||||
}
|
||||
|
||||
Preferences::~Preferences()
|
||||
{
|
||||
for(auto cd : compoundDevices) {
|
||||
delete cd;
|
||||
}
|
||||
}
|
||||
|
||||
void Preferences::load()
|
||||
{
|
||||
QSettings settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue