Browse Source

Bless Satoshi

chat
Duke Leto 4 years ago
parent
commit
6c8e262eb4
  1. 2
      src/mainwindow.cpp
  2. 2
      src/txtablemodel.cpp

2
src/mainwindow.cpp

@ -1230,7 +1230,7 @@ void MainWindow::setupChatTab() {
QStringListModel *conversationModel = new QStringListModel();
QStringList conversations;
conversations << "Bring home some milk" << "Markets look rough" << "How's the weather?" << "Is this on?";
conversations << "The Bitcoin network might actually reduce spam by diverting zombie farms to generating bitcoins instead.";
conversationModel->setStringList(conversations);
//conversationModel[0].setItemAlignment(Qt::AlignRight);

2
src/txtablemodel.cpp

@ -1,3 +1,5 @@
// Copyright 2019-2020 The Hush Developers
// Released under the GPLv3
#include "txtablemodel.h"
#include "settings.h"
#include "rpc.h"

Loading…
Cancel
Save