diff options
author | Ken Moore <ken@ixsystems.com> | 2019-01-25 16:15:59 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2019-01-25 16:15:59 -0500 |
commit | af49a6bf7bf619a97b22963fc8bf552118d6f6b7 (patch) | |
tree | edcd5200270078e53ab3cdf6f16b1759df34e251 /src-qt5/desktop-utils/lumina-fm/BrowserWidget.h | |
parent | Fix the usage of standard icons within the browser. (diff) | |
download | lumina-af49a6bf7bf619a97b22963fc8bf552118d6f6b7.tar.gz lumina-af49a6bf7bf619a97b22963fc8bf552118d6f6b7.tar.bz2 lumina-af49a6bf7bf619a97b22963fc8bf552118d6f6b7.zip |
Get the thumbnail loader all working again.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/BrowserWidget.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/BrowserWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<QString,QPair<QTreeWidgetItem*, LVideoWidget*>> 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; } |