mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 23:07:52 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
|
#include "SettingsDialog.h"
|
||
|
|
||
|
SettingsDialog::SettingsDialog(QWidget *parent) :
|
||
|
QDialog(parent)
|
||
|
{
|
||
|
}
|
||
|
|