- Timestamp:
- Jan 16, 2012, 6:30:46 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncsettings.cpp
r3366 r3586 112 112 setValue("uploadMountpointsOut",""); 113 113 setValue("uploadIntr", "1 day"); 114 setValue("uploadSampl", "0"); 114 setValue("uploadSampl", "5"); 115 setValue("uploadSamplOrb", "0"); 115 116 setValue("uploadEphHost", ""); 116 117 setValue("uploadEphPort", ""); -
trunk/BNC/bncwindow.cpp
r3585 r3586 1500 1500 settings.setValue("uploadIntr", _uploadIntrComboBox->currentText()); 1501 1501 settings.setValue("uploadSampl", _uploadSamplSpinBox->value()); 1502 settings.setValue("uploadSamplOrb", _uploadSamplOrbSpinBox->value()); 1502 1503 1503 1504 settings.setValue("uploadEphHost", _uploadEphHostLineEdit->text());
Note:
See TracChangeset
for help on using the changeset viewer.