mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-07 05:51:17 +00:00
7 lines
106 B
C++
7 lines
106 B
C++
#include "SendCoinsDialog.h"
|
|
|
|
SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|