mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Fix a bunch of warnings
This commit is contained in:
@ -30,7 +30,7 @@ FolderContentView::FolderContentView(QWidget *parent)
|
||||
|
||||
view->setResizeMode(QQuickWidget::SizeRootObjectToView);
|
||||
connect(
|
||||
view, &QQuickWidget::statusChanged,
|
||||
view, &QQuickWidget::statusChanged, this,
|
||||
[=](QQuickWidget::Status status) {
|
||||
if (status == QQuickWidget::Error) {
|
||||
QLOG_ERROR() << view->errors();
|
||||
|
Reference in New Issue
Block a user