diff options
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) +{ + +} |
