diff options
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerfrontend.cpp')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggerfrontend.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggerfrontend.cpp b/src/scripttools/debugging/qscriptdebuggerfrontend.cpp index 54eb214..237f7dd 100644 --- a/src/scripttools/debugging/qscriptdebuggerfrontend.cpp +++ b/src/scripttools/debugging/qscriptdebuggerfrontend.cpp @@ -143,7 +143,6 @@ QScriptDebuggerFrontend::QScriptDebuggerFrontend() QScriptDebuggerFrontend::~QScriptDebuggerFrontend() { - delete d_ptr; } QScriptDebuggerFrontend::QScriptDebuggerFrontend(QScriptDebuggerFrontendPrivate &dd) |