Searched refs:myDestination (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmake-dialog.h66 QString myDestination; member in class:MakeDialog
H A Doptions.cc125 myDestination.setPath( prefs.getString( Prefs :: DOWNLOAD_DIR ) );
231 refreshButton( myDestinationButton, myDestination.absolutePath(), width );
337 downloadDir = myDestination.absolutePath();
445 myDestination.absolutePath( ) );
458 myDestination.setPath( destination );
513 const QFileInfo fileInfo( myDestination, QString::fromUtf8( file->name ) );
580 if( !tokens.empty() && myDestination.dirName()==tokens.at(0) )
583 myDestination.cdUp( );
H A Doptions.h77 QDir myDestination; member in class:Options
H A Dmake-dialog.cc152 myTarget = QDir( myDestination ).filePath( torrentName );
242 myDestination = filename;
243 myDestinationButton->setText( QFileInfo(myDestination).fileName() );
347 myDestination = QDir::homePath();
348 b->setText( myDestination );

Completed in 162 milliseconds