mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 13:47:51 -04:00
Correct the ordering of initializations.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5526 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
64f44e5e2c
commit
8587319f16
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
EchoGraph::EchoGraph(QSettings * settings, QWidget *parent) :
|
EchoGraph::EchoGraph(QSettings * settings, QWidget *parent) :
|
||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
ui(new Ui::EchoGraph),
|
m_settings (settings),
|
||||||
m_settings (settings)
|
ui(new Ui::EchoGraph)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
this->setWindowFlags(Qt::Dialog);
|
this->setWindowFlags(Qt::Dialog);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user