mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
7 lines
104 B
C++
7 lines
104 B
C++
#include "SettingsDialog.h"
|
|
|
|
SettingsDialog::SettingsDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|
|
|