mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
some destructors added
This commit is contained in:
@ -28,6 +28,12 @@ GoToFlowWidget::GoToFlowWidget(QWidget * parent)
|
||||
setLayout(mainLayout);
|
||||
}
|
||||
|
||||
GoToFlowWidget::~GoToFlowWidget() {
|
||||
delete topBar;
|
||||
delete toolBar;
|
||||
delete mainLayout;
|
||||
}
|
||||
|
||||
void GoToFlowWidget::setPageNumber(int page)
|
||||
{
|
||||
toolBar->setPage(page);
|
||||
|
Reference in New Issue
Block a user