diff options
author | hjk <[email protected]> | 2010-03-09 17:49:50 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2010-03-09 17:50:24 +0100 |
commit | 3999651fb9a63f7f526ed4252a9cbbf943163284 (patch) | |
tree | 9ee5c700848ba7e52b1a0c6edb89b3521cffae48 /src/plugins/debugger/watchhandler.cpp | |
parent | dd7abf87a64452872cd64ab1cf729ca4b2b05e5e (diff) |
debugger: remove irrelevant comment containing a reminder
Diffstat (limited to 'src/plugins/debugger/watchhandler.cpp')
-rw-r--r-- | src/plugins/debugger/watchhandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp index 0a998faa88b..34cc848d644 100644 --- a/src/plugins/debugger/watchhandler.cpp +++ b/src/plugins/debugger/watchhandler.cpp @@ -836,7 +836,6 @@ QVariant WatchModel::data(const QModelIndex &idx, int role) const case ExpandedRole: return m_handler->m_expandedINames.contains(data.iname); - //FIXME return node < 4 || m_expandedINames.contains(data.iname); case ActiveDataRole: qDebug() << "ASK FOR" << data.iname; |