debugger: move BreakpointData into file of its own

This commit is contained in:
hjk
2010-07-13 17:16:31 +02:00
parent 99fdaf06a2
commit 4f4167a310
10 changed files with 415 additions and 325 deletions

View File

@@ -35,7 +35,6 @@
#include <QtCore/QString>
namespace Debugger {
class DebuggerManager;
namespace Internal {
class BreakpointMarker;
@@ -63,8 +62,8 @@ public:
bool isSimilarTo(const BreakpointData *needle) const;
bool conditionsMatch() const;
BreakpointData *clone() const;
// This copies only the static data.
BreakpointData *clone() const;
private:
// Intentionally unimplemented.