0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/AboutDialog.cpp
2011-05-08 22:23:31 +02:00

6 lines
94 B
C++

#include "AboutDialog.h"
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent)
{
}