mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Don't parent ScriptObject - it's tracked by a sharedptr.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
using namespace Tomahawk;
|
using namespace Tomahawk;
|
||||||
|
|
||||||
ScriptObject::ScriptObject( const QString& id, ScriptAccount* parent )
|
ScriptObject::ScriptObject( const QString& id, ScriptAccount* parent )
|
||||||
: QObject( parent )
|
: QObject()
|
||||||
, d_ptr( new ScriptObjectPrivate( this, id, parent ))
|
, d_ptr( new ScriptObjectPrivate( this, id, parent ))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user