use shared ptrs instead of qobject for decoder memory handling

This commit is contained in:
itsmattkc
2019-05-29 03:06:58 +10:00
parent aa0832c482
commit c8fe9c9fc7
4 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
#include "decoder.h"
Decoder::Decoder(QObject *parent) :
QObject(parent),
Decoder::Decoder() :
open_(false)
{
}