Add BoxArtManager for loading box art with caching

This commit is contained in:
Cameron Gutman
2018-06-27 22:02:29 -07:00
parent 135568b5ee
commit d7d11635a0
6 changed files with 168 additions and 7 deletions
+4 -2
View File
@@ -61,7 +61,8 @@ SOURCES += \
http/nvpairingmanager.cpp \
streaming/video.c \
streaming/connection.cpp \
http/computermanager.cpp
http/computermanager.cpp \
http/boxartmanager.cpp
HEADERS += \
utils.h \
@@ -71,7 +72,8 @@ HEADERS += \
http/nvhttp.h \
http/nvpairingmanager.h \
streaming/streaming.h \
http/computermanager.h
http/computermanager.h \
http/boxartmanager.h
FORMS += \
gui/mainwindow.ui