Debugger: Cleanup

Change-Id: I4ccb14bdd92f70fe8c7c09ad10992238041ce59a
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-02-18 11:20:27 +01:00
committed by hjk
parent 6bb011059b
commit 1ccb0d5b78

View File

@@ -209,7 +209,7 @@ struct CdbCommand
typedef CdbEngine::CommandHandler CommandHandler;
CdbCommand()
: token(0), flags(0), commandSequence(0), isBuiltin(true), handler(CommandHandler()), success(false)
: token(0), flags(0), commandSequence(0), isBuiltin(true), success(false)
{}
CdbCommand(bool builtin, const QByteArray &cmd, int token, unsigned flags,