mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
commit
c4a71d21f9
@ -1 +1 @@
|
||||
Subproject commit 9b74886eff7c948453d4c6afc621ffebc906a2a4
|
||||
Subproject commit c064abd74b27e1cc440917e9dbac800316bb8470
|
@ -178,12 +178,13 @@ int RsFriendListModel::rowCount(const QModelIndex& parent) const
|
||||
return mGroups[index.group_index].child_profile_indices.size();
|
||||
|
||||
if(index.type == ENTRY_TYPE_PROFILE)
|
||||
{
|
||||
if(index.group_index < UNDEFINED_GROUP_INDEX_VALUE)
|
||||
return mProfiles[mGroups[index.group_index].child_profile_indices[index.profile_index]].child_node_indices.size();
|
||||
else
|
||||
return mProfiles[index.profile_index].child_node_indices.size();
|
||||
|
||||
if(index.type == ENTRY_TYPE_NODE)
|
||||
}
|
||||
else //if(index.type == ENTRY_TYPE_NODE)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -157,6 +157,7 @@ QString WebuiPage::helpText() const
|
||||
webuiUrl.setScheme("http");
|
||||
webuiUrl.setHost(QString::fromStdString(rsJsonApi->getBindingAddress()));
|
||||
webuiUrl.setPort(rsJsonApi->listeningPort());
|
||||
webuiUrl.setPath("/index.html");
|
||||
QDesktopServices::openUrl(webuiUrl);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user