mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
7 lines
94 B
C++
7 lines
94 B
C++
#include "AboutDialog.h"
|
|
|
|
AboutDialog::AboutDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|