forked from qt-creator/qt-creator
Debugger: Cleanup
Change-Id: I4ccb14bdd92f70fe8c7c09ad10992238041ce59a Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user