Add AppModel and AppView for loading apps and modify BoxArtManager to return QUrls for QML

This commit is contained in:
Cameron Gutman
2018-07-05 20:07:05 -07:00
parent 95eebdbe66
commit b0151da455
8 changed files with 257 additions and 27 deletions
+4 -2
View File
@@ -58,7 +58,8 @@ SOURCES += \
streaming/session.cpp \
streaming/audio.cpp \
streaming/video.cpp \
gui/computermodel.cpp
gui/computermodel.cpp \
gui/appmodel.cpp
HEADERS += \
utils.h \
@@ -70,7 +71,8 @@ HEADERS += \
settings/streamingpreferences.h \
streaming/input.hpp \
streaming/session.hpp \
gui/computermodel.h
gui/computermodel.h \
gui/appmodel.h
RESOURCES += \
resources.qrc \