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:
Luis Ángel San Martín
2015-05-04 16:21:55 +02:00
parent e3af72da44
commit 4ab7d5d844
2 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,8 @@ private:
void showSearchingIcon();
void hideSearchingIcon();
void updateSearchingIconPosition();
QMutex settingsMutex;
};
#endif // CLASSIC_COMICS_VIEW_H