get rid of empty destructor
This commit is contained in:
parent
7917afd78b
commit
cb295b059e
@ -44,7 +44,6 @@ public:
|
|||||||
setupUi(this);
|
setupUi(this);
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
~AdvSearch(){}
|
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
virtual void delFiltypPB_clicked();
|
virtual void delFiltypPB_clicked();
|
||||||
|
|||||||
@ -683,9 +683,6 @@ void RclMain::fileExit()
|
|||||||
prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex();
|
prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (asearchform)
|
|
||||||
delete asearchform;
|
|
||||||
|
|
||||||
rwSettings(true);
|
rwSettings(true);
|
||||||
|
|
||||||
// We should do the right thing and let exit() call all the
|
// We should do the right thing and let exit() call all the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user