diff options
| author | Luke Dashjr <[email protected]> | 2019-05-01 05:18:54 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2019-05-02 12:18:18 +0000 |
| commit | fc929842c20ac81869a33edce765e389a46e6c0c (patch) | |
| tree | 2f0fb72ba45df61593e4917e67188240ff8ea2e1 /src/Makefile.qt.include | |
| parent | GUI: Refactor actual QR code rendering into new QRImageWidget::setQR (diff) | |
| download | discoin-fc929842c20ac81869a33edce765e389a46e6c0c.tar.xz discoin-fc929842c20ac81869a33edce765e389a46e6c0c.zip | |
GUI: Move QRImageWidget to its own file-pair
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index ba6523d7c..c4c08487f 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -140,6 +140,7 @@ QT_MOC_CPP = \ qt/moc_overviewpage.cpp \ qt/moc_peertablemodel.cpp \ qt/moc_paymentserver.cpp \ + qt/moc_qrimagewidget.cpp \ qt/moc_qvalidatedlineedit.cpp \ qt/moc_qvaluecombobox.cpp \ qt/moc_receivecoinsdialog.cpp \ @@ -220,6 +221,7 @@ BITCOIN_QT_H = \ qt/paymentserver.h \ qt/peertablemodel.h \ qt/platformstyle.h \ + qt/qrimagewidget.h \ qt/qvalidatedlineedit.h \ qt/qvaluecombobox.h \ qt/receivecoinsdialog.h \ @@ -340,6 +342,7 @@ BITCOIN_QT_WALLET_CPP = \ qt/openuridialog.cpp \ qt/overviewpage.cpp \ qt/paymentserver.cpp \ + qt/qrimagewidget.cpp \ qt/receivecoinsdialog.cpp \ qt/receiverequestdialog.cpp \ qt/recentrequeststablemodel.cpp \ |