mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add the possibility to show a recently added/updated indicator
This commit is contained in:
@ -54,8 +54,6 @@ protected slots:
|
||||
|
||||
private:
|
||||
YACReaderTableView *tableView;
|
||||
YACReaderToolBarStretch *toolBarStretch;
|
||||
QAction *toolBarStretchAction;
|
||||
QToolBar *toolbar;
|
||||
QWidget *comics;
|
||||
QSplitter *sVertical;
|
||||
@ -63,6 +61,7 @@ private:
|
||||
QSettings *settings;
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
QAction *hideFlowViewAction;
|
||||
QAction *startSeparatorAction;
|
||||
|
||||
QStackedWidget *stack;
|
||||
|
||||
|
Reference in New Issue
Block a user