mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
7 lines
106 B
C++
7 lines
106 B
C++
|
|
#include "SendCoinsDialog.h"
|
||
|
|
|
||
|
|
SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
|
||
|
|
QDialog(parent)
|
||
|
|
{
|
||
|
|
}
|