mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
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:
parent
92ffcec3ed
commit
b6019d193b
50 changed files with 126 additions and 64 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue