mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
some destructors added
This commit is contained in:
@ -34,6 +34,13 @@ HelpAboutDialog::HelpAboutDialog(QWidget * parent)
|
||||
resize(500, QApplication::desktop()->availableGeometry().height()*0.83);
|
||||
}
|
||||
|
||||
HelpAboutDialog::~HelpAboutDialog()
|
||||
{
|
||||
delete aboutText;
|
||||
delete helpText;
|
||||
delete tabWidget;
|
||||
}
|
||||
|
||||
HelpAboutDialog::HelpAboutDialog(const QString & pathAbout,const QString & pathHelp,QWidget * parent)
|
||||
:QDialog(parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user