mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Classes names capitalization
This commit is contained in:
parent
5de6f4dc94
commit
146c421c84
8 changed files with 57 additions and 56 deletions
|
@ -717,14 +717,14 @@ void MainWindow::loadProfile() //TODO Load all variables - Also HW!
|
|||
|
||||
void MainWindow::appPrefs()
|
||||
{
|
||||
appPreferencesDialog *pd = new appPreferencesDialog(this);
|
||||
AppPreferencesDialog *pd = new AppPreferencesDialog(this);
|
||||
pd->exec();
|
||||
updateMenus();
|
||||
}
|
||||
|
||||
void MainWindow::fwPrefs()
|
||||
{
|
||||
fwPreferencesDialog *pd = new fwPreferencesDialog(this);
|
||||
FirmwarePreferencesDialog *pd = new FirmwarePreferencesDialog(this);
|
||||
pd->exec();
|
||||
foreach (QMdiSubWindow *window, mdiArea->subWindowList()) {
|
||||
MdiChild *mdiChild = qobject_cast<MdiChild *>(window->widget());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue