mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
6 lines
106 B
C++
6 lines
106 B
C++
#include "SendCoinsDialog.h"
|
|
|
|
SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|