mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
GoTo flows: Untangle and refactor goTo signal to new syntax
This commit is contained in:
@ -158,7 +158,7 @@ void Viewer::createConnections()
|
||||
connect(goToDialog, &GoToDialog::goToPage, this, &Viewer::goTo);
|
||||
|
||||
//goToFlow goTo
|
||||
connect(goToFlow, SIGNAL(goToPage(unsigned int)), this, SLOT(goTo(unsigned int)));
|
||||
connect(goToFlow, &GoToFlowWidget::goToPage, this, &Viewer::goTo);
|
||||
|
||||
//current time
|
||||
auto t = new QTimer(this);
|
||||
|
Reference in New Issue
Block a user