summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/watchwindow.cpp')
-rw-r--r--src/plugins/debugger/watchwindow.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp
index a250660763..43106b36aa 100644
--- a/src/plugins/debugger/watchwindow.cpp
+++ b/src/plugins/debugger/watchwindow.cpp
@@ -232,9 +232,9 @@ static int memberVariableRecursion(const QAbstractItemModel *model,
return childCount;
}
-/*!
- \fn variableMemoryMarkup()
+typedef QList<MemoryMarkup> MemoryMarkupList;
+/*!
\brief Creates markup for a variable in the memory view.
Marks the visible children with alternating colors in the parent, that is, for
@@ -272,9 +272,6 @@ static int memberVariableRecursion(const QAbstractItemModel *model,
\sa Debugger::Internal::MemoryViewWidget
*/
-
-typedef QList<MemoryMarkup> MemoryMarkupList;
-
static MemoryMarkupList
variableMemoryMarkup(const QAbstractItemModel *model,
const QModelIndex &modelIndex,