replaced mediathrobber with mediaiconservice

This commit is contained in:
itsmattkc
2019-02-16 22:22:43 -08:00
parent 5207a0511f
commit f14b0cef7d
17 changed files with 213 additions and 142 deletions
+1 -3
View File
@@ -61,8 +61,7 @@ QString get_channel_layout_name(int channels, uint64_t layout) {
}
Media::Media(Media* iparent) :
parent(iparent),
throbber(nullptr),
parent(iparent),
root(false),
type(-1)
{}
@@ -71,7 +70,6 @@ Media::~Media() {
for (int i=0;i<children.size();i++) {
delete children.at(i);
}
delete throbber;
}
FootagePtr Media::to_footage() {