merge-requests/1/merge
Elliott Liggett 2019-01-28 10:06:17 -08:00
rodzic 2f16c6c2bb
commit 3a37032a9a
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -236,8 +236,6 @@ wfmain::wfmain(QWidget *parent) :
getInitialRigState();
oldFreqDialVal = ui->freqDial->value();
}
wfmain::~wfmain()
@ -255,7 +253,6 @@ void wfmain::setDefPrefs()
defPrefs.serialPortRadio = QString("auto");
defPrefs.enablePTT = false;
defPrefs.niceTS = true;
}
void wfmain::loadSettings()
@ -315,7 +312,6 @@ void wfmain::loadSettings()
settings.endArray();
settings.endGroup();
}
void wfmain::saveSettings()
@ -456,7 +452,6 @@ void wfmain::shortcutF5()
{
QString buildInfo = QString("Build " + QString(GITSHORT) + " on " + QString(__DATE__) + " at " + __TIME__ + " by " + UNAME + "@" + HOST);
showStatusBarText(buildInfo);
}
void wfmain::shortcutStar()
@ -538,7 +533,6 @@ void wfmain::setAppTheme(bool isDark)
} else {
qApp->setStyleSheet("");
}
}
void wfmain::setDefaultColors()
@ -607,9 +601,7 @@ void wfmain::setPlotTheme(QCustomPlot *plot, bool isDark)
plot->yAxis->setBasePen(QPen(Qt::black));
plot->yAxis->setTickPen(QPen(Qt::black));
plot->graph(0)->setPen(QPen(Qt::blue));
}
}
void wfmain::runDelayedCommand()
@ -845,7 +837,6 @@ void wfmain::handleWFClick(QMouseEvent *me)
showStatusBarText(QString("Selected %1 MHz").arg(x));
}
void wfmain::on_startBtn_clicked()
{
emit spectOutputEnable();