mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
7 lines
94 B
C++
7 lines
94 B
C++
#include "aboutdialog.h"
|
|
|
|
AboutDialog::AboutDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|