We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5f034 commit bad0648Copy full SHA for bad0648
src/qml/models/walletqmlmodel.cpp
@@ -4,13 +4,14 @@
4
5
#include <qml/models/walletqmlmodel.h>
6
7
+#include <qml/models/activitylistmodel.h>
8
+#include <qml/models/sendrecipient.h>
9
+#include <qml/models/walletqmlmodeltransaction.h>
10
+
11
#include <consensus/amount.h>
12
#include <interfaces/wallet.h>
13
#include <key_io.h>
14
#include <outputtype.h>
-#include <qml/models/activitylistmodel.h>
-#include <qml/models/sendrecipient.h>
-#include <qml/models/walletqmlmodeltransaction.h>
15
#include <qt/bitcoinunits.h>
16
#include <wallet/coincontrol.h>
17
#include <wallet/wallet.h>
0 commit comments