1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Refactoring continued

This commit is contained in:
bsongis 2014-04-18 17:20:46 +02:00
parent 50a73a3af5
commit a5085cf7e2
8 changed files with 159 additions and 156 deletions

View file

@ -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()