mirror of
https://github.com/YACReader/yacreader
synced 2026-02-02 13:20:08 -05:00
Emit new signal "destroyed" when a comic is destroyed.
This commit is contained in:
@ -57,6 +57,7 @@ Comic::Comic(const QString & pathFile, int atPage )
|
||||
//-----------------------------------------------------------------------------
|
||||
Comic::~Comic()
|
||||
{
|
||||
emit destroyed();
|
||||
delete bm;
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user