Rename method

This commit is contained in:
Luis Ángel San Martín
2021-01-16 18:27:16 +01:00
parent a077434c78
commit 2a3f7668ba
2 changed files with 7 additions and 7 deletions

View File

@ -184,7 +184,7 @@ private:
protected:
void closeEvent(QCloseEvent *event) override;
void sendComic();
void updateOpenPrevNextActions(bool thereIsPrevious, bool thereIsNext);
void updatePrevNextActions(bool thereIsPrevious, bool thereIsNext);
public:
MainWindowViewer();