mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-15 06:51:07 -04:00
removed all left rsnotify elements and moved uint32 flags to proper enum classes
This commit is contained in:
parent
116c7f1aec
commit
ff68c770d8
37 changed files with 360 additions and 235 deletions
|
@ -1758,7 +1758,7 @@ static void processList(const QStringList &list, const QString &textSingular, co
|
|||
}
|
||||
else
|
||||
{
|
||||
ChatDialog* chatDialog = ChatDialog::getChat(chatId, Settings->getChatFlags());
|
||||
ChatDialog* chatDialog = ChatDialog::getChat(chatId, (RsChatFlags)Settings->getChatFlags());
|
||||
if (chatDialog) {
|
||||
chatroomFound.append(link.name());
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue