forked from qt-creator/qt-creator
Core: filepathify IDocument
Change-Id: I364a80d070c5f90433309c281c4906ee101a1a1a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1464,10 +1464,10 @@ TextDocument *TextEditorWidget::textDocument() const
|
||||
return d->m_document.data();
|
||||
}
|
||||
|
||||
void TextEditorWidget::aboutToOpen(const QString &fileName, const QString &realFileName)
|
||||
void TextEditorWidget::aboutToOpen(const Utils::FilePath &filePath, const Utils::FilePath &realFilePath)
|
||||
{
|
||||
Q_UNUSED(fileName)
|
||||
Q_UNUSED(realFileName)
|
||||
Q_UNUSED(filePath)
|
||||
Q_UNUSED(realFilePath)
|
||||
}
|
||||
|
||||
void TextEditorWidget::openFinishedSuccessfully()
|
||||
|
||||
Reference in New Issue
Block a user