mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
sidebar status is now saved on close
This commit is contained in:
@ -31,8 +31,6 @@ public:
|
||||
YACReaderTitledToolBar * librariesTitle;
|
||||
YACReaderTitledToolBar * foldersTitle;
|
||||
YACReaderTitledToolBar * readingListsTitle;
|
||||
|
||||
QSplitter * splitter;
|
||||
|
||||
signals:
|
||||
|
||||
@ -40,6 +38,9 @@ public slots:
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *);
|
||||
void closeEvent ( QCloseEvent * event );
|
||||
QSettings * settings;
|
||||
QSplitter * splitter;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user