0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-09 15:37:00 -04:00
bitcoin-core/aboutdialog.cpp

7 lines
94 B
C++
Raw Normal View History

2011-05-08 22:23:31 +02:00
#include "AboutDialog.h"
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent)
{
}