Searched refs:onFileSelected (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 Drelocate.h42 void onFileSelected( const QString& path );
H A Dmake-dialog.h51 void onFileSelected( const QString& );
52 void onFileSelected( const QStringList& );
H A Drelocate.cc42 RelocateDialog :: onFileSelected( const QString& path ) function in class:RelocateDialog
55 onFileSelected( path );
H A Dmake-dialog.cc180 this, SLOT(onFileSelected(const QStringList&)) );
184 MakeDialog :: onFileSelected( const QStringList& list ) function in class:MakeDialog
187 onFileSelected( list.front( ) );
190 MakeDialog :: onFileSelected( const QString& filename ) function in class:MakeDialog
450 onFileSelected( filename );

Completed in 115 milliseconds