forked from qt-creator/qt-creator
debugger: move the breakpoint hash to the private structure
This commit is contained in:
@@ -354,7 +354,6 @@ private:
|
||||
|
||||
friend class DebuggerEnginePrivate;
|
||||
DebuggerEnginePrivate *d;
|
||||
QHash<quint64, Internal::BreakpointData *> m_breakpoints;
|
||||
};
|
||||
|
||||
} // namespace Debugger
|
||||
|
||||
Reference in New Issue
Block a user