mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
ScriptEngine is already parented, don't track in a smart pointer
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
*/
|
||||
QVariant evaluateJavaScriptInternal( const QString& scriptSource );
|
||||
|
||||
std::unique_ptr<ScriptEngine> m_engine;
|
||||
ScriptEngine* m_engine;
|
||||
// HACK: the order of initializen is flawed, tbr
|
||||
JSResolver* m_resolver;
|
||||
};
|
||||
|
Reference in New Issue
Block a user