Delete cached box art when the host is deleted

This commit is contained in:
Cameron Gutman
2020-05-29 21:44:38 -07:00
parent 5abf5a157d
commit 4408a3a354
3 changed files with 18 additions and 0 deletions
+4
View File
@@ -18,6 +18,10 @@ public:
QUrl
loadBoxArt(NvComputer* computer, NvApp& app);
static
void
deleteBoxArt(NvComputer* computer);
signals:
void
boxArtLoadComplete(NvComputer* computer, NvApp app, QUrl image);