Changeset 13555 for trunk/qt/options.cc
- Timestamp:
- Oct 8, 2012, 4:23:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/options.cc
r13447 r13555 421 421 tr( "Torrent Files (*.torrent);;All Files (*.*)" ) ); 422 422 d->setFileMode( QFileDialog::ExistingFile ); 423 d->setAttribute( Qt::WA_DeleteOnClose ); 423 424 connect( d, SIGNAL(filesSelected(const QStringList&)), this, SLOT(onFilesSelected(const QStringList&)) ); 424 425 d->show( ); … … 444 445 myDestination.absolutePath( ) ); 445 446 d->setFileMode( QFileDialog::Directory ); 447 d->setAttribute( Qt::WA_DeleteOnClose ); 446 448 connect( d, SIGNAL(filesSelected(const QStringList&)), this, SLOT(onDestinationsSelected(const QStringList&)) ); 447 449 d->show( );
Note: See TracChangeset
for help on using the changeset viewer.