mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
7 lines
106 B
C++
7 lines
106 B
C++
|
#include "SendCoinsDialog.h"
|
||
|
|
||
|
SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
|
||
|
QDialog(parent)
|
||
|
{
|
||
|
}
|