several small Qt-related fixes
- make BitcoinGUI::showPaymentACK() use a reference for msg and use our own GUIUtil::HtmlEscape() function - ensure QTimer usage in clientmodel is the same as in walletmodel - remove an unneeded debug message in walletframe - flag some parameters as unused in DebugMessageHandler() - small code formatting changes
This commit is contained in:
@@ -154,7 +154,7 @@ public slots:
|
||||
void askFee(qint64 nFeeRequired, bool *payFee);
|
||||
|
||||
void handlePaymentRequest(const SendCoinsRecipient& recipient);
|
||||
void showPaymentACK(QString msg);
|
||||
void showPaymentACK(const QString& msg);
|
||||
|
||||
/** Show incoming transaction notification for new transactions. */
|
||||
void incomingTransaction(const QString& date, int unit, qint64 amount, const QString& type, const QString& address);
|
||||
|
||||
Reference in New Issue
Block a user