forked from qt-creator/qt-creator
Debugger: avoid warnings
Remove re-declaration of debug operator for BreakModelId. Remove also extra `;'. Change-Id: I2fe9460230b73ab845f4834408e741341f6143de Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -72,9 +72,6 @@ private:
|
|||||||
quint16 m_minorPart;
|
quint16 m_minorPart;
|
||||||
};
|
};
|
||||||
|
|
||||||
QDebug operator<<(QDebug d, const BreakpointModelId &id);
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// BreakpointResponseId
|
// BreakpointResponseId
|
||||||
|
|||||||
@@ -303,4 +303,4 @@ quint64 MemoryAgent::readInferiorPointerValue(const unsigned char *data, const P
|
|||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace Debugger
|
} // namespace Debugger
|
||||||
;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user