aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchhandler.cpp
diff options
context:
space:
mode:
authorDaniel Molkentin <[email protected]>2012-01-26 19:39:54 +0100
committerDaniel Molkentin <[email protected]>2012-01-26 19:58:08 +0100
commitb44e541dcafb654b3cd51d96541b7c42ce02059a (patch)
tree0294996a68411d9cd59ffe29dec615404e265153 /src/plugins/debugger/watchhandler.cpp
parent2931a499e6e0b7ca50c73d9fa0cac60dad8dbde5 (diff)
bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554 Reviewed-by: Robert Löhning <[email protected]>
Diffstat (limited to 'src/plugins/debugger/watchhandler.cpp')
-rw-r--r--src/plugins/debugger/watchhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp
index 88933a02724..b925766366f 100644
--- a/src/plugins/debugger/watchhandler.cpp
+++ b/src/plugins/debugger/watchhandler.cpp
@@ -1084,7 +1084,7 @@ void WatchModel::insertData(const WatchData &data)
QModelIndex idx = watchIndex(oldItem);
emit dataChanged(idx, idx.sibling(idx.row(), 2));
- // This works around https://bugreports.qt.nokia.com/browse/QTBUG-7115
+ // This works around https://bugreports.qt-project.org/browse/QTBUG-7115
// by creating and destroying a dummy child item.
if (!hadChildren && oldItem->hasChildren) {
WatchData dummy = data;