diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-15 09:42:10 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-15 09:42:10 -0400 |
commit | dfc87d6d2cfd8ffd3274d8a101b2b476faf65ea9 (patch) | |
tree | 3122775cd6aaedd9cb07a9f45af9881a4c0644de /lumina-fm/lumina-fm.pro | |
parent | oops - now the "New Tab" item should read "New Browser" (only changed tooltip... (diff) | |
download | lumina-dfc87d6d2cfd8ffd3274d8a101b2b476faf65ea9.tar.gz lumina-dfc87d6d2cfd8ffd3274d8a101b2b476faf65ea9.tar.bz2 lumina-dfc87d6d2cfd8ffd3274d8a101b2b476faf65ea9.zip |
Update the lumina-fm thumbnail loader to run in a *truly* separate thread from the main process using QtConcurrent. This keeps the ui completely interactive while still loading all the images.
Diffstat (limited to 'lumina-fm/lumina-fm.pro')
-rw-r--r-- | lumina-fm/lumina-fm.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro index 1c71733e..5dcdf0a3 100644 --- a/lumina-fm/lumina-fm.pro +++ b/lumina-fm/lumina-fm.pro @@ -1,6 +1,6 @@ QT += core gui -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets multimedia multimediawidgets network +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets multimedia multimediawidgets network concurrent TARGET = lumina-fm |