mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
some destructors added
This commit is contained in:
@ -12,6 +12,7 @@ Q_OBJECT
|
||||
public:
|
||||
HelpAboutDialog(QWidget * parent=0);
|
||||
HelpAboutDialog(const QString & pathAbout,const QString & pathHelp,QWidget * parent =0);
|
||||
~HelpAboutDialog();
|
||||
public slots:
|
||||
void loadAboutInformation(const QString & path);
|
||||
void loadHelp(const QString & path);
|
||||
|
Reference in New Issue
Block a user