- Timestamp:
- Oct 27, 2008, 6:10:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1179 r1180 804 804 void bncWindow::slotMountPointsRead(QList<bncGetThread*> threads) { 805 805 populateMountPointsTable(); 806 QSettings settings; 807 _binSamplSpinBox->setValue(settings.value("binSampl").toInt()); 808 _waitTimeSpinBox->setValue(settings.value("waitTime").toInt()); 806 809 QListIterator<bncGetThread*> iTh(threads); 807 810 while (iTh.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.