mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Remove some qDebug statements that aren't needed.
This commit is contained in:
parent
be147fee0a
commit
c1b4137857
@ -533,7 +533,7 @@ bool MainWindow::OpenProfile(QString profileName, bool skippassword)
|
|||||||
QList<Machine *> posmachines = p_profile->GetMachines(MT_POSITION);
|
QList<Machine *> posmachines = p_profile->GetMachines(MT_POSITION);
|
||||||
QList<Machine *> stgmachines = p_profile->GetMachines(MT_SLEEPSTAGE);
|
QList<Machine *> stgmachines = p_profile->GetMachines(MT_SLEEPSTAGE);
|
||||||
bool noMachines = machines.isEmpty() && posmachines.isEmpty() && oximachines.isEmpty() && stgmachines.isEmpty();
|
bool noMachines = machines.isEmpty() && posmachines.isEmpty() && oximachines.isEmpty() && stgmachines.isEmpty();
|
||||||
qDebug() << "OpenProfile: noMachines" << noMachines;
|
|
||||||
ui->importButton->setDisabled(false);
|
ui->importButton->setDisabled(false);
|
||||||
ui->oximetryButton->setDisabled(false);
|
ui->oximetryButton->setDisabled(false);
|
||||||
ui->dailyButton->setDisabled(noMachines);
|
ui->dailyButton->setDisabled(noMachines);
|
||||||
|
@ -61,8 +61,6 @@ void Welcome::refreshPage()
|
|||||||
|
|
||||||
b = !noMachines;
|
b = !noMachines;
|
||||||
|
|
||||||
qDebug() << "Welcome::refreshPae b =" << b << "noMachines" << noMachines;
|
|
||||||
|
|
||||||
// Copy application font to tool buttons
|
// Copy application font to tool buttons
|
||||||
ui->importButton->setFont(QApplication::font());
|
ui->importButton->setFont(QApplication::font());
|
||||||
ui->dailyButton->setFont(QApplication::font());
|
ui->dailyButton->setFont(QApplication::font());
|
||||||
|
Loading…
Reference in New Issue
Block a user