mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Don't parent ScriptObject - it's tracked by a sharedptr.
This commit is contained in:
parent
527277621b
commit
091d8697bc
@ -23,7 +23,7 @@
|
||||
using namespace Tomahawk;
|
||||
|
||||
ScriptObject::ScriptObject( const QString& id, ScriptAccount* parent )
|
||||
: QObject( parent )
|
||||
: QObject()
|
||||
, d_ptr( new ScriptObjectPrivate( this, id, parent ))
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user