use shared ptrs instead of qobject for decoder memory handling
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "decoder.h"
|
||||
|
||||
Decoder::Decoder(QObject *parent) :
|
||||
QObject(parent),
|
||||
Decoder::Decoder() :
|
||||
open_(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user