aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/lumina-fm.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-10-15 09:42:10 -0400
committerKen Moore <moorekou@gmail.com>2015-10-15 09:42:10 -0400
commitdfc87d6d2cfd8ffd3274d8a101b2b476faf65ea9 (patch)
tree3122775cd6aaedd9cb07a9f45af9881a4c0644de /lumina-fm/lumina-fm.pro
parentoops - now the "New Tab" item should read "New Browser" (only changed tooltip... (diff)
downloadlumina-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.pro2
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
bgstack15