forked from qt-creator/qt-creator
Make FileWatcher more robust, fix a few bugs in that code.
Also cache a lastModified time, so that we don't emit a signal if it didn't change.
This commit is contained in:
@@ -304,7 +304,6 @@ bool MainWindow::init(QString *errorMessage)
|
||||
OutputPanePlaceHolder *oph = new OutputPanePlaceHolder(m_outputMode);
|
||||
oph->setCloseable(false);
|
||||
outputModeWidget->layout()->addWidget(oph);
|
||||
oph->setVisible(true);
|
||||
outputModeWidget->layout()->addWidget(new Core::FindToolBarPlaceHolder(m_outputMode));
|
||||
outputModeWidget->setFocusProxy(oph);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user