mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Clazy: Add second batch of SIGNAL/SLOT removal
This commit is contained in:
@ -126,7 +126,7 @@ Comic::~Comic()
|
||||
//-----------------------------------------------------------------------------
|
||||
void Comic::setup()
|
||||
{
|
||||
connect(this, SIGNAL(pageChanged(int)), this, SLOT(checkIsBookmark(int)));
|
||||
connect(this, &Comic::pageChanged, this, &Comic::checkIsBookmark);
|
||||
connect(this, SIGNAL(imageLoaded(int)), this, SLOT(updateBookmarkImage(int)));
|
||||
connect(this, SIGNAL(imageLoaded(int)), this, SLOT(setPageLoaded(int)));
|
||||
|
||||
|
Reference in New Issue
Block a user