mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added YACReaderFoldersView and YACReaderReadingListsView classes
This commit is contained in:
@ -3,11 +3,12 @@
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
class YACReaderTreeView;
|
||||
class YACReaderFoldersView;
|
||||
class YACReaderLibraryListWidget;
|
||||
class YACReaderSearchLineEdit;
|
||||
class YACReaderTitledToolBar;
|
||||
class YACReaderTitledToolBar;
|
||||
class YACReaderReadingListsView;
|
||||
|
||||
class YACReaderSideBarSeparator : public QWidget
|
||||
{
|
||||
@ -24,7 +25,8 @@ public:
|
||||
explicit YACReaderSideBar(QWidget *parent = 0);
|
||||
QSize sizeHint() const;
|
||||
|
||||
YACReaderTreeView * foldersView;
|
||||
YACReaderFoldersView * foldersView;
|
||||
YACReaderReadingListsView * readingListsView;
|
||||
YACReaderLibraryListWidget * selectedLibrary;
|
||||
YACReaderTitledToolBar * librariesTitle;
|
||||
YACReaderTitledToolBar * foldersTitle;
|
||||
|
Reference in New Issue
Block a user