- Timestamp:
- Sep 7, 2006, 12:04:12 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r110 r111 153 153 iRow++; 154 154 } 155 ///_mountPointsTable->hideColumn(0);155 _mountPointsTable->hideColumn(0); 156 156 _mountPointsTable->sortItems(1); 157 157 … … 273 273 iRow++; 274 274 } 275 ///_mountPointsTable->hideColumn(0);275 _mountPointsTable->hideColumn(0); 276 276 _mountPointsTable->sortItems(1); 277 277 if (mountPoints->count() > 0) { … … 338 338 _mountPointsTable->item(iRow, 1)->text() ); 339 339 340 QByteArray format = _mountPointsTable->item(iRow, 1)->text().toAscii();340 QByteArray format = _mountPointsTable->item(iRow, 2)->text().toAscii(); 341 341 342 342 bncGetThread* getThread = new bncGetThread(url, format); -
trunk/BNC/bncwindow.h
r108 r111 21 21 void slotHelp(); 22 22 void slotAbout(); 23 void slotFontSel(); 23 24 void slotSaveOptions(); 24 25 void slotAddMountPoints(); … … 38 39 QAction* _actHelp; 39 40 QAction* _actAbout; 41 QAction* _actFontSel; 40 42 QAction* _actSaveOpt; 41 43 QAction* _actQuit;
Note:
See TracChangeset
for help on using the changeset viewer.