mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
CRC message error added.
This commit is contained in:
@ -64,6 +64,7 @@ class NotificationsLabelWidget;
|
||||
void doublePageSwitch();
|
||||
void resetContent();
|
||||
void setLoadingMessage();
|
||||
void setPageUnavailableMessage();
|
||||
void configureContent(QString msg);
|
||||
void hideCursor();
|
||||
void showCursor();
|
||||
@ -77,6 +78,7 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
||||
void updateFitToWidthRatio(float ratio);
|
||||
void updateConfig(QSettings * settings);
|
||||
void showMessageErrorOpening();
|
||||
void showMessageErrorOpening(QString);
|
||||
void setBookmarks();
|
||||
void updateImageOptions();
|
||||
void showIsCoverMessage();
|
||||
|
Reference in New Issue
Block a user