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 /Wallet2Service.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 'Wallet2Service.cpp')
| -rw-r--r-- | Wallet2Service.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Wallet2Service.cpp b/Wallet2Service.cpp new file mode 100644 index 00000000..9637d31a --- /dev/null +++ b/Wallet2Service.cpp @@ -0,0 +1,6 @@ +#include "Wallet2Service.h"
+
+Wallet2Service::Wallet2Service(QObject *parent) : QObject(parent)
+{
+
+}
|
