mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
|
#include "SettingsDialog.h"
|
||
|
|
||
|
SettingsDialog::SettingsDialog(QWidget *parent) :
|
||
|
QDialog(parent)
|
||
|
{
|
||
|
}
|
||
|
|