mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler
This commit is contained in:
@ -177,6 +177,8 @@ void YACReaderSideBar::paintEvent(QPaintEvent * event)
|
||||
|
||||
void YACReaderSideBar::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
QWidget::closeEvent(event);
|
||||
|
||||
settings->setValue(SIDEBAR_SPLITTER_STATUS, splitter->saveState());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user