forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.3'
Conflicts: src/plugins/cppeditor/cppdocumentationcommenthelper.cpp Change-Id: I2cf25eba1de149765a6c44ad354d606ce9de512d
This commit is contained in:
@@ -794,7 +794,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
|
||||
m_filterProjectCosts = action;
|
||||
|
||||
// filter
|
||||
///FIXME: find workaround for https://bugreports.qt-project.org/browse/QTCREATORBUG-3247
|
||||
///FIXME: find workaround for https://bugreports.qt.io/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