mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
some destructors added
This commit is contained in:
@ -115,6 +115,23 @@ drag(false)
|
||||
|
||||
}
|
||||
|
||||
Viewer::~Viewer()
|
||||
{
|
||||
delete render;
|
||||
delete goToFlow;
|
||||
delete translator;
|
||||
delete translatorAnimation;
|
||||
delete content;
|
||||
delete hideCursorTimer;
|
||||
delete informationLabel;
|
||||
delete verticalScroller;
|
||||
delete bd;
|
||||
delete notificationsLabel;
|
||||
delete mglass;
|
||||
if(currentPage != 0)
|
||||
delete currentPage;
|
||||
}
|
||||
|
||||
void Viewer::createConnections()
|
||||
{
|
||||
//magnifyingGlass (update mg after a background change
|
||||
|
Reference in New Issue
Block a user