bugreports.qt.nokia.com -> bugreports.qt-project.org

Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
Daniel Molkentin
2012-01-26 19:39:54 +01:00
parent 2931a499e6
commit b44e541dca
15 changed files with 31 additions and 31 deletions

View File

@@ -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()));