From 21ee04945cac49998415ffe352ea8cf12e548964 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 28 Feb 2020 20:05:36 -0500 Subject: [PATCH] Disable chat tab stuff that accidentally got merged to duke branch --- src/mainwindow.cpp | 5 +++-- src/mainwindow.ui | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7f99e0e..8b37e24 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -124,7 +124,7 @@ MainWindow::MainWindow(QWidget *parent) : setupReceiveTab(); setupBalancesTab(); setupMarketTab(); - setupChatTab(); + //setupChatTab(); setupHushTab(); rpc = new RPC(this); @@ -1039,7 +1039,7 @@ void MainWindow::setupBalancesTab() { void MainWindow::setupHushTab() { ui->hushlogo->setBasePixmap(QPixmap(":/img/res/zcashdlogo.gif")); } - +/* void MainWindow::setupChatTab() { qDebug() << __FUNCTION__; QList> addressLabels = AddressBook::getInstance()->getAllAddressLabels(); @@ -1070,6 +1070,7 @@ void MainWindow::setupChatTab() { ui->contactsView->setModel(chatModel); ui->chatView->setModel( conversationModel ); } +*/ void MainWindow::setupMarketTab() { qDebug() << "Setting up market tab"; diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7ac4b19..95eb84f 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1014,6 +1014,7 @@ + hushd