comments on setting the settings from the gui
This commit is contained in:
parent
c97f02621b
commit
c6399e4cc9
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ mod settings {
|
|||
type QUrl = cxx_qt_lib::QUrl;
|
||||
}
|
||||
|
||||
// In order for settings to save to the ini file,
|
||||
// I'll need to create my own setting functions I think.
|
||||
#[derive(Clone)]
|
||||
#[cxx_qt::qobject]
|
||||
pub struct Settings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue