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