forked from qt-creator/qt-creator
Make "Use regular expressions" a general option for find filters.
This was the main goal of the new generalized Find::FindFlags
This commit is contained in:
@@ -104,7 +104,6 @@ QWidget *FindInCurrentFile::createConfigWidget()
|
||||
QGridLayout * const gridLayout = new QGridLayout(m_configWidget);
|
||||
gridLayout->setMargin(0);
|
||||
m_configWidget->setLayout(gridLayout);
|
||||
gridLayout->addWidget(createRegExpWidget(), 0, 1, 1, 2);
|
||||
// just for the layout HACK
|
||||
QLabel * const filePatternLabel = new QLabel;
|
||||
filePatternLabel->setMinimumWidth(80);
|
||||
|
||||
Reference in New Issue
Block a user