diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-02-23 18:59:26 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-02-23 18:59:26 +0300 |
| commit | 1195a89d06956dd91f274182b07774dae8a1c0d2 (patch) | |
| tree | 4494cc36e6a68bde7bc7c51a8d29c260be8d204f /Wallet.cpp | |
| parent | 921d16a458581d01f55a7ba2f6076d1ba6daaacf (diff) | |
| download | monzero-gui-1195a89d06956dd91f274182b07774dae8a1c0d2.tar.gz monzero-gui-1195a89d06956dd91f274182b07774dae8a1c0d2.tar.xz monzero-gui-1195a89d06956dd91f274182b07774dae8a1c0d2.zip | |
started integrating wallet library
Diffstat (limited to 'Wallet.cpp')
| -rw-r--r-- | Wallet.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Wallet.cpp b/Wallet.cpp new file mode 100644 index 00000000..89e448fd --- /dev/null +++ b/Wallet.cpp @@ -0,0 +1,6 @@ +#include "Wallet.h" + +Wallet::Wallet(QObject *parent) : QObject(parent) +{ + +} |
