diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-15 10:28:13 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-15 10:28:13 -0500 |
commit | 55d00fe0de302191307fde6af8e1b291bf6c91a8 (patch) | |
tree | 3016e5dbbcf9a3cd2ae91a14e35a3061dd1cf487 /src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h | |
parent | Finish cleaning up the new LFileInfo class/file. (diff) | |
download | lumina-55d00fe0de302191307fde6af8e1b291bf6c91a8.tar.gz lumina-55d00fe0de302191307fde6af8e1b291bf6c91a8.tar.bz2 lumina-55d00fe0de302191307fde6af8e1b291bf6c91a8.zip |
Ensure that the Browser backend is also contained in a background thread.
This prevents it from delaying the UI from updating.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h b/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h index a8e535d0..5c39d262 100644 --- a/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h +++ b/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h @@ -135,6 +135,7 @@ private slots: //Browser Functions void OpenContextMenu(); void UpdateContextMenu(); + void currentDirectoryChanged(QString dir, bool widgetonly = false); void currentDirectoryChanged(bool widgetonly = false); void dirStatusChanged(QString); void setCurrentBrowser(QString); |