mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
bookmarks and image optiones are now stored in the library for each comic
This commit is contained in:
@ -56,10 +56,12 @@ Q_OBJECT
|
||||
void gammaChanged(int value);
|
||||
void resetImageConfig();
|
||||
void show();
|
||||
void setFilters(int brightness, int contrast, int gamma);
|
||||
|
||||
signals:
|
||||
void changedOptions();
|
||||
void changedImageOptions();
|
||||
void changedFilters(int brightness, int contrast, int gamma);
|
||||
void fitToWidthRatioChanged(float ratio);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user