mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
6 lines
94 B
C++
6 lines
94 B
C++
#include "AboutDialog.h"
|
|
|
|
AboutDialog::AboutDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|