debugger: try to improve tooltip handling

Still far from usable.
This commit is contained in:
hjk
2010-07-07 16:30:42 +02:00
parent ed843bf548
commit a59f45c576
3 changed files with 13 additions and 8 deletions

View File

@@ -525,7 +525,7 @@ private: ////////// View & Data Stuff //////////
static QString m_toolTipExpression;
static QPoint m_toolTipPos;
static QByteArray tooltipIName();
static QByteArray tooltipIName(const QString &exp);
// HACK:
StackFrame m_targetFrame;