prasad, please use [ Code]...[/Code] tags to post code, its really a pain to read the code.
Also try this quickly, (I have not read your complete code)
Qt Code:
void ftp::run() { QString name; if(!fileNameList.size()>0) { qDebug() << "fileNameList.size()=0"; return; } else { name = fileNameList.takeFirst(); } exec(); //Add this }To copy to clipboard, switch view to plain text mode





Reply With Quote
Bookmarks