mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core/setting: change *_changed to *Changed for the sake of QML.
QML demands signals to be of the form <name>Changed Changing all of qPref REMARK: this commit is not compileable, since it only change qPref and not the rest of the system Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
740fcce338
commit
c72add5721
22 changed files with 302 additions and 302 deletions
|
@ -61,7 +61,7 @@ void qPrefGeneral::set_default_file_behavior(enum def_file_behavior value)
|
|||
prefs.default_file_behavior = value;
|
||||
}
|
||||
disk_default_file_behavior(true);
|
||||
emit qPrefGeneral::instance()->default_file_behavior_changed(value);
|
||||
emit qPrefGeneral::instance()->default_file_behaviorChanged(value);
|
||||
}
|
||||
}
|
||||
void qPrefGeneral::disk_default_file_behavior(bool doSync)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue