debugger: Engine decides now if a StackFrame is considered usable

This commit is contained in:
Arvid Ephraim Picciani
2010-12-01 15:57:13 +01:00
parent 0ab67db58e
commit b84ce82e07
5 changed files with 7 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ public:
QString to; // Used in ScriptEngine only.
qint32 line;
quint64 address;
bool usable;
Q_DECLARE_TR_FUNCTIONS(StackHandler)
};