aboutsummaryrefslogtreecommitdiff
path: root/Wallet.cpp
blob: 89e448fd613e1d46098b6f9d5eab456cf8a2b992 (plain)
1
2
3
4
5
6
#include "Wallet.h"

Wallet::Wallet(QObject *parent) : QObject(parent)
{

}