debugger: move the breakpoint hash to the private structure

This commit is contained in:
hjk
2010-11-09 12:50:46 +01:00
parent 55ab8742e2
commit 35cc78726f
2 changed files with 21 additions and 28 deletions

View File

@@ -354,7 +354,6 @@ private:
friend class DebuggerEnginePrivate;
DebuggerEnginePrivate *d;
QHash<quint64, Internal::BreakpointData *> m_breakpoints;
};
} // namespace Debugger