aboutsummaryrefslogtreecommitdiff
path: root/Wallet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Wallet.cpp')
-rw-r--r--Wallet.cpp6
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)
+{
+
+}