Skip to content

Commit 713d0fe

Browse files
committed
add space
1 parent ccf5116 commit 713d0fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

retroshare-gui/src/gui/feeds/SecurityItem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SecurityItem::~SecurityItem()
102102

103103
uint64_t SecurityItem::uniqueIdentifier() const
104104
{
105-
return hash_64bits("SecurityItem " + QString::number((uint)mType).toStdString() + " " + mIP + mSslId.toStdString());
105+
return hash_64bits("SecurityItem " + QString::number((uint)mType).toStdString() + " " + mIP + " " + mSslId.toStdString());
106106
}
107107

108108
void SecurityItem::updateItemStatic()

0 commit comments

Comments
 (0)