Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115660
D6181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
508 B
Subscribers
None
D6181.diff
View Options
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -550,6 +550,9 @@
// Register meta types used for QMetaObject::invokeMethod
qRegisterMetaType<bool *>();
+#ifdef ENABLE_WALLET
+ qRegisterMetaType<WalletModel *>();
+#endif
// Need to pass name here as Amount is a typedef (see
// http://qt-project.org/doc/qt-5/qmetatype.html#qRegisterMetaType)
// IMPORTANT if it is no longer a typedef use the normal variant above
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:41 (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187660
Default Alt Text
D6181.diff (508 B)
Attached To
D6181: [backport#16348] gui: Fix missing qRegisterMetaType(WalletModel*)
Event Timeline
Log In to Comment