Skip to content

Commit 4246ace

Browse files
johnny9D33r-Gee
authored andcommitted
qml: fix AndroidNotifier construction
1 parent fb17031 commit 4246ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ bool BitcoinQmlApplication::createNode(QQmlApplicationEngine& engine, int& argc,
198198

199199
m_network_traffic_tower = new NetworkTrafficTower{*m_node_model};
200200
#ifdef __ANDROID__
201-
AndroidNotifier android_notifier{m_node_model};
201+
AndroidNotifier android_notifier{*m_node_model};
202202
#endif
203203

204204
m_chain_model = new ChainModel{*m_chain};

0 commit comments

Comments
 (0)