Option: restrict marker position

This commit is contained in:
Jan Käberich 2022-10-05 22:17:53 +02:00
parent ce84370a03
commit 26ba329a0c
24 changed files with 214 additions and 58 deletions

View file

@ -389,6 +389,13 @@ void PreferencesDialog::updateFromGUI()
p->nonTrivialWriting();
}
Preferences::~Preferences()
{
for(auto cd : compoundDevices) {
delete cd;
}
}
void Preferences::load()
{
QSettings settings;