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