mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Add AppModel and AppView for loading apps and modify BoxArtManager to return QUrls for QML
This commit is contained in:
+4
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user