Merge branch 'chat' of https://github.com/strider-paff-shell/SilentDragonLite-1 into chat
This commit is contained in:
@@ -1033,10 +1033,15 @@ void ChatMemoEdit::setSendChatButton(QPushButton* button) {
|
||||
|
||||
void MainWindow::updateChat()
|
||||
{
|
||||
qDebug() << "Called MainWindow::updateChat()";
|
||||
rpc->refreshChat(ui->listChatMemo);
|
||||
}
|
||||
|
||||
void MainWindow::updateContacts()
|
||||
{
|
||||
qDebug() << "Called MainWindow::updateContacts()";
|
||||
rpc->refreshContacts(ui->listContactWidget);
|
||||
}
|
||||
|
||||
void MainWindow::addNewZaddr(bool sapling) {
|
||||
rpc->createNewZaddr(sapling, [=] (json reply) {
|
||||
QString addr = QString::fromStdString(reply.get<json::array_t>()[0]);
|
||||
|
||||
Reference in New Issue
Block a user