mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-03-13 05:51:44 +00:00
7 lines
106 B
C++
7 lines
106 B
C++
![]() |
#include "SendCoinsDialog.h"
|
||
|
|
||
|
SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
|
||
|
QDialog(parent)
|
||
|
{
|
||
|
}
|