mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-29 17:19:30 +02:00
8 lines
104 B
C++
8 lines
104 B
C++
#include "SettingsDialog.h"
|
|
|
|
SettingsDialog::SettingsDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|
|
|