Fixed directory problem wirh emoticons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-01-25 19:05:53 +00:00
parent 92ffcec3ed
commit b6019d193b
50 changed files with 126 additions and 64 deletions

View file

@ -161,10 +161,13 @@ void SharedFilesDialog::checkUpdate()
/*QMovie *movie = new QMovie(IMAGE_PROGRESS);
ui.hashLabel->setMovie(movie);
movie->start();*/
// ui.hashLabel->setToolTip(QString::fromStdString(rsFiles->currentJobInfo())) ;
}
else
{
ui.hashLabel->setPixmap(QPixmap(IMAGE_HASH_DONE));
ui.hashLabel->setToolTip("") ;
}
return;