mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 10:10:31 -05:00
added mutex for avoiding COMICS_VIEW_HEADERS settings corruption, I have no way for forcing this issue, so I am not sure if this fixes the problem
This commit is contained in:
@ -64,6 +64,8 @@ private:
|
||||
void showSearchingIcon();
|
||||
void hideSearchingIcon();
|
||||
void updateSearchingIconPosition();
|
||||
|
||||
QMutex settingsMutex;
|
||||
};
|
||||
|
||||
#endif // CLASSIC_COMICS_VIEW_H
|
||||
|
||||
Reference in New Issue
Block a user