debugger: remove macro from breakhandler/h

This commit is contained in:
hjk
2010-11-18 17:53:42 +01:00
parent 5209b396cd
commit e309310308
2 changed files with 18 additions and 15 deletions

View File

@@ -520,7 +520,7 @@ PROPERTY(QString, functionName, setFunctionName)
PROPERTY(BreakpointType, type, setType)
PROPERTY(QByteArray, threadSpec, setThreadSpec)
PROPERTY(QByteArray, condition, setCondition)
PROPERTY(int, lineNumber, setLineNumber)
GETTER(int, lineNumber)
PROPERTY(quint64, address, setAddress)
PROPERTY(int, ignoreCount, setIgnoreCount)