mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-07 05:51:17 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
#include "SettingsDialog.h"
|
|
|
|
SettingsDialog::SettingsDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|
|
|