mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Refactoring continued
This commit is contained in:
parent
50a73a3af5
commit
a5085cf7e2
8 changed files with 159 additions and 156 deletions
|
@ -1489,8 +1489,9 @@ void MainWindow::burnFuses()
|
|||
|
||||
void MainWindow::compare()
|
||||
{
|
||||
compareDialog *fd = new compareDialog(this);
|
||||
fd->show();
|
||||
CompareDialog *fd = new CompareDialog(this);
|
||||
fd->show();
|
||||
delete fd;
|
||||
}
|
||||
|
||||
void MainWindow::logFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue