summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrind
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2014-12-15 09:31:53 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2014-12-19 10:18:23 +0100
commit487b05dba8b6e8f548ec3cd451965fdb6df71e4d (patch)
treee79c8f05a9a35f275cb04e602d515d3f79bfcdd0 /src/plugins/valgrind/callgrind
parent475c065dc8e9d4644e210658755504de614ab112 (diff)
downloadqt-creator-487b05dba8b6e8f548ec3cd451965fdb6df71e4d.tar.gz
Adapt bugtracker URL
Change-Id: I93a256f18e720edb0bcfc2b409c119abfdcf2a2b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/plugins/valgrind/callgrind')
-rw-r--r--src/plugins/valgrind/callgrind/callgrinddatamodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp b/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp
index c1f01bcc84..7c82d08f72 100644
--- a/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp
+++ b/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp
@@ -186,7 +186,7 @@ QModelIndex DataModel::indexForObject(const Function *function) const
}
/**
- * Evil workaround for https://bugreports.qt-project.org/browse/QTBUG-1135
+ * Evil workaround for https://bugreports.qt.io/browse/QTBUG-1135
* Just replace the bad hyphens by a 'NON-BREAKING HYPHEN' unicode char
*/
static QString noWrap(const QString &str)