forked from qt-creator/qt-creator
Debugger: Fix warn on release for CDB
Fixes: QTCREATORBUG-21328 Change-Id: I0dd09fa7df57d708aeb08e37d26d96031d28fb0c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
3c1565efcb
commit
613280bbe4
@@ -41,7 +41,7 @@ class CdbCommand;
|
|||||||
struct MemoryViewCookie;
|
struct MemoryViewCookie;
|
||||||
class StringInputStream;
|
class StringInputStream;
|
||||||
|
|
||||||
class CdbEngine : public DebuggerEngine
|
class CdbEngine : public CppDebuggerEngine
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user