mirror of
https://github.com/YACReader/yacreader
synced 2025-11-12 21:12:43 -05:00
added an animation for the transition between flow and grid comics views
This commit is contained in:
@ -95,6 +95,12 @@ namespace YACReader
|
||||
SevenZNotFound = 700
|
||||
};
|
||||
|
||||
enum ComicsViewStatus
|
||||
{
|
||||
Flow,
|
||||
Grid
|
||||
};
|
||||
|
||||
QString getSettingsPath();
|
||||
void addSperator(QWidget * w);
|
||||
QAction * createSeparator();
|
||||
|
||||
Reference in New Issue
Block a user