mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
7 lines
106 B
C++
7 lines
106 B
C++
|
#include "SendCoinsDialog.h"
|
||
|
|
||
|
SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
|
||
|
QDialog(parent)
|
||
|
{
|
||
|
}
|