mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix comicsViewsManager -> contentViewsManager renaming
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef YACREADERCOMICSVIEWSMANAGER_H
|
||||
#define YACREADERCOMICSVIEWSMANAGER_H
|
||||
#ifndef YACREADERCONTENTVIEWSMANAGER_H
|
||||
#define YACREADERCONTENTVIEWSMANAGER_H
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
@ -74,4 +74,4 @@ protected slots:
|
||||
void switchToComicsView(ComicsView *from, ComicsView *to);
|
||||
};
|
||||
|
||||
#endif // COMICSVIEWSMANAGER_H
|
||||
#endif // YACREADERCONTENTVIEWSMANAGER_H
|
||||
|
Reference in New Issue
Block a user