mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Re #1567: cleanup
This commit is contained in:
parent
741ef45f3e
commit
8bd2c120d6
4 changed files with 3 additions and 7 deletions
|
@ -156,12 +156,12 @@ void CompareDialog::dropEvent(QDropEvent *event)
|
|||
|
||||
void CompareDialog::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
qunlink(curvefile5);
|
||||
qunlink(curvefile9);
|
||||
}
|
||||
|
||||
CompareDialog::~CompareDialog()
|
||||
{
|
||||
qunlink(curvefile5);
|
||||
qunlink(curvefile9);
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue