aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindtool.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/valgrind/callgrindtool.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/valgrind/callgrindtool.cpp')
-rw-r--r--src/plugins/valgrind/callgrindtool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindtool.cpp b/src/plugins/valgrind/callgrindtool.cpp
index cd5e44716a5..a13abc5dc65 100644
--- a/src/plugins/valgrind/callgrindtool.cpp
+++ b/src/plugins/valgrind/callgrindtool.cpp
@@ -823,7 +823,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
m_filterProjectCosts = action;
// filter
- ///FIXME: find workaround for https://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247
+ ///FIXME: find workaround for https://bugreports.qt-project.org/browse/QTCREATORBUG-3247
QLineEdit *filter = new QLineEdit;
filter->setPlaceholderText(tr("Filter..."));
connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start()));