1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
This commit is contained in:
bsongis 2015-07-18 13:23:12 +02:00
parent 1c86a16c84
commit 4b9f69a666
2 changed files with 0 additions and 8 deletions

View file

@ -123,7 +123,6 @@ MainWindow::MainWindow():
}
QTimer::singleShot(updateDelay, this, SLOT(doAutoUpdates()));
QTimer::singleShot(updateDelay, this, SLOT(displayWarnings()));
updateSdsyncAction();
QStringList strl = QApplication::arguments();
QString str;
@ -897,12 +896,6 @@ void MainWindow::about()
msgBox.exec();
}
void MainWindow::updateSdsyncAction()
{
QTimer::singleShot(1000, this, SLOT(updateSdsyncAction()));
sdsyncAct->setEnabled(!findMassstoragePath("SOUNDS").isEmpty());
}
void MainWindow::updateMenus()
{
bool hasMdiChild = (activeMdiChild() != 0);