mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
Replace deprecated setStandardButtons
This commit is contained in:
parent
330251a484
commit
bad33e0719
@ -194,7 +194,7 @@ bool ATVModGUI::handleMessage(const Message& message)
|
|||||||
{
|
{
|
||||||
m_camBusyFPSMessageBox = new QMessageBox();
|
m_camBusyFPSMessageBox = new QMessageBox();
|
||||||
m_camBusyFPSMessageBox->setText("Computing camera FPS. Please wait…");
|
m_camBusyFPSMessageBox->setText("Computing camera FPS. Please wait…");
|
||||||
m_camBusyFPSMessageBox->setStandardButtons(0);
|
m_camBusyFPSMessageBox->setStandardButtons(QMessageBox::NoButton);
|
||||||
m_camBusyFPSMessageBox->show();
|
m_camBusyFPSMessageBox->show();
|
||||||
}
|
}
|
||||||
else if (status == 2) // camera FPS scan is finished
|
else if (status == 2) // camera FPS scan is finished
|
||||||
|
Loading…
x
Reference in New Issue
Block a user