static QT
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "mainwindow.h"
|
||||
#include "settings.h"
|
||||
#include "precompiled.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
@@ -87,7 +87,6 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
aboutDialog.exec();
|
||||
});
|
||||
|
||||
|
||||
// Initialize to the balances tab
|
||||
ui->tabWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
@@ -348,8 +348,8 @@ void RPC::refreshBalances() {
|
||||
);
|
||||
|
||||
(*allBalances)[qsAddr] = (*allBalances)[qsAddr] + it["amount"].get<json::number_float_t>();
|
||||
ui->unconfirmedWarning->setVisible(anyUnconfirmed);
|
||||
}
|
||||
ui->unconfirmedWarning->setVisible(anyUnconfirmed);
|
||||
};
|
||||
|
||||
// Function to create the data model and update the views, used below.
|
||||
|
||||
@@ -290,7 +290,6 @@ QString MainWindow::doSendTxValidations(QString fromAddr, QList<QPair<QString, d
|
||||
zsexp.exactMatch(addr);
|
||||
};
|
||||
|
||||
|
||||
if (!matchesAnyAddr(fromAddr)) return QString("From Address is Invalid");
|
||||
|
||||
for (auto toAddr = toAddrs.begin(); toAddr != toAddrs.end(); toAddr++) {
|
||||
|
||||
Reference in New Issue
Block a user