debugger: move code around

This commit is contained in:
hjk
2009-07-23 11:18:21 +02:00
parent 45d2fd0797
commit 97afa6f7b0
3 changed files with 9 additions and 16 deletions

View File

@@ -102,8 +102,6 @@ public:
void setHasChildren(bool c) { hasChildren = c; setHasChildrenUnneeded();
if (!c) setChildrenUnneeded(); }
WatchData pointerChildPlaceHolder() const;
QString toString() const;
QString toToolTip() const;
bool isLocal() const { return iname.startsWith(QLatin1String("local.")); }