preview generator updates the appropriate ui when done

This commit is contained in:
itsmattkc
2019-02-17 23:46:39 -08:00
parent a63b4fbe52
commit 2bdafc72cb
4 changed files with 21 additions and 1 deletions
+3
View File
@@ -221,6 +221,9 @@ Project::Project(QWidget *parent) :
connect(directory_up, SIGNAL(clicked(bool)), this, SLOT(go_up_dir()));
connect(icon_view, SIGNAL(changed_root()), this, SLOT(set_up_dir_enabled()));
connect(olive::media_icon_service.get(), SIGNAL(IconChanged()), icon_view->viewport(), SLOT(update()));
connect(olive::media_icon_service.get(), SIGNAL(IconChanged()), tree_view->viewport(), SLOT(update()));
update_view_type();
Retranslate();