From af49a6bf7bf619a97b22963fc8bf552118d6f6b7 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 25 Jan 2019 16:15:59 -0500 Subject: Get the thumbnail loader all working again. --- src-qt5/desktop-utils/lumina-fm/BrowserWidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-qt5/desktop-utils/lumina-fm/BrowserWidget.h') diff --git a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.h b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.h index 46165242..f6d918e3 100644 --- a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.h +++ b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.h @@ -29,6 +29,7 @@ private: QMap> videoMap; bool freshload; int treeSortColumn; + QMutex widgetMutex; //The drag and drop brower widgets DDListWidget *listWidget; @@ -61,7 +62,7 @@ public: QStringList history(); void setShowActive(bool show); //used for accenting if the widget is "active" - + void setTreeWidgetSortColumn(int col, bool now = false); QString status(){ return statustip; } -- cgit