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:
Nikita Baryshnikov
2015-06-11 17:53:38 +03:00
committed by hjk
parent 2cb3fe1429
commit 638f8d3c41
2 changed files with 1 additions and 4 deletions

View File

@@ -72,9 +72,6 @@ private:
quint16 m_minorPart; quint16 m_minorPart;
}; };
QDebug operator<<(QDebug d, const BreakpointModelId &id);
////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
// //
// BreakpointResponseId // BreakpointResponseId

View File

@@ -303,4 +303,4 @@ quint64 MemoryAgent::readInferiorPointerValue(const unsigned char *data, const P
} // namespace Internal } // namespace Internal
} // namespace Debugger } // namespace Debugger
;