Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115177
D4333.id13813.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Subscribers
None
D4333.id13813.diff
View Options
diff --git a/src/qt/transactiontablemodel.cpp b/src/qt/transactiontablemodel.cpp
--- a/src/qt/transactiontablemodel.cpp
+++ b/src/qt/transactiontablemodel.cpp
@@ -219,8 +219,8 @@
walletModel->getOptionsModel()->getDisplayUnit());
priv->refreshWallet(walletModel->wallet());
- connect(walletModel->getOptionsModel(), SIGNAL(displayUnitChanged(int)),
- this, SLOT(updateDisplayUnit()));
+ connect(walletModel->getOptionsModel(), &OptionsModel::displayUnitChanged,
+ this, &TransactionTableModel::updateDisplayUnit);
subscribeToCoreSignals();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 10:08 (4 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187300
Default Alt Text
D4333.id13813.diff (606 B)
Attached To
D4333: Update qt/transactiontablemodel.cpp with Qt5 connect syntax
Event Timeline
Log In to Comment