mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed small bug in NS gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7241 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fbec967b0c
commit
7403a5c6d9
@ -564,7 +564,7 @@ void NetworkViewer::actionManageHash()
|
|||||||
|
|
||||||
RsFileHash hash ;
|
RsFileHash hash ;
|
||||||
|
|
||||||
if(qobject_cast<QAction*>(sender())->text().length() == 20) //data().toString().toStdString();
|
if(qobject_cast<QAction*>(sender())->text().length() == 40) //data().toString().toStdString();
|
||||||
{
|
{
|
||||||
hash = RsFileHash(qobject_cast<QAction*>(sender())->text().toStdString()) ;
|
hash = RsFileHash(qobject_cast<QAction*>(sender())->text().toStdString()) ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user