mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Code cleanup.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8468 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5163a574b4
commit
23213b2204
@ -901,7 +901,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
||||
connect (&splashTimer, &QTimer::timeout, this, &MainWindow::splash_done);
|
||||
splashTimer.setSingleShot (true);
|
||||
splashTimer.start (20 * 1000);
|
||||
/*
|
||||
|
||||
if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or
|
||||
m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "W9XYZ" or
|
||||
m_config.my_callsign()=="K1ABC" or m_config.my_callsign()=="K1ABC/2" or
|
||||
@ -910,12 +910,12 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
||||
} else {
|
||||
QString errorMsg;
|
||||
MessageBox::critical_message (this,
|
||||
"Code in the WSJT-X development branch is not\n"
|
||||
"currently available for on-the-air use.\n\n"
|
||||
"Code in the WSJT-X development branch is\n"
|
||||
"not currently available for on-the-air use.\n\n"
|
||||
"Please use WSJT-X v1.8.0\n", errorMsg);
|
||||
Q_EMIT finished ();
|
||||
}
|
||||
*/
|
||||
|
||||
if(!ui->cbMenus->isChecked()) {
|
||||
ui->cbMenus->setChecked(true);
|
||||
ui->cbMenus->setChecked(false);
|
||||
@ -3562,9 +3562,6 @@ void MainWindow::guiUpdate()
|
||||
} else {
|
||||
m_bVHFwarned=false;
|
||||
}
|
||||
if(m_config.my_callsign()=="SV5DKL") {
|
||||
Q_EMIT finished();
|
||||
}
|
||||
/*
|
||||
qDebug() << "aa" << QDate::currentDate().toJulianDay() << QDate::currentDate().toJulianDay() - 2458150;
|
||||
if((QDate::currentDate().toJulianDay() - 2458156) > 30) {
|
||||
|
@ -3121,17 +3121,6 @@ QPushButton[state="ok"] {
|
||||
<string>WSPR</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWSPR_15">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>WSPR-15</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEcho_Graph">
|
||||
<property name="text">
|
||||
<string>Echo Graph</string>
|
||||
|
Loading…
Reference in New Issue
Block a user