Fix image loading slowness

Images are now loaded in another thread
This commit is contained in:
hemirt
2017-10-08 15:18:47 +02:00
committed by pajlada
parent 369b7c052b
commit e7e4ab768b
5 changed files with 176 additions and 61 deletions
+4 -2
View File
@@ -99,7 +99,8 @@ SOURCES += \
src/twitch/twitchchannel.cpp \
src/widgets/rippleeffectlabel.cpp \
src/widgets/rippleeffectbutton.cpp \
src/messages/messagecolor.cpp
src/messages/messagecolor.cpp \
src/messages/imageloadermanager.cpp
HEADERS += \
src/asyncexec.hpp \
@@ -165,7 +166,8 @@ HEADERS += \
src/widgets/emotepopup.hpp \
src/messages/messagecolor.hpp \
src/util/nativeeventhelper.hpp \
src/debug/log.hpp
src/debug/log.hpp \
src/messages/imageloadermanager.hpp
PRECOMPILED_HEADER =