debugger: move BreakpointId to the Debugger::Internal namespace

This commit is contained in:
hjk
2010-11-18 16:50:44 +01:00
parent bc3a1ca294
commit 5fa89f14f3
3 changed files with 29 additions and 27 deletions

View File

@@ -151,6 +151,7 @@ public:
explicit DebuggerEngine(const DebuggerStartParameters &sp);
virtual ~DebuggerEngine();
typedef Internal::BreakpointId BreakpointId;
virtual void setToolTipExpression(const QPoint & mousePos,
TextEditor::ITextEditor *editor, int cursorPos);