forked from qt-creator/qt-creator
Changed links to bugtracker to https
Change-Id: I62aa9a4033399ee7fc0b55952613657f124c8fb9 Reviewed-on: http://codereview.qt.nokia.com/2791 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
88ffd77785
commit
476338a6d2
@@ -821,7 +821,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
|
||||
m_filterProjectCosts = action;
|
||||
|
||||
// filter
|
||||
///FIXME: find workaround for http://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247
|
||||
///FIXME: find workaround for https://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247
|
||||
QLineEdit *filter = new QLineEdit;
|
||||
filter->setPlaceholderText(tr("Filter..."));
|
||||
connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start()));
|
||||
|
||||
Reference in New Issue
Block a user