forked from qt-creator/qt-creator
CppEditor: Proliferate FilePath use a bit
Change-Id: I7e2669c3adf5de39804da2bf06d99f5ae03447dd Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -1321,7 +1321,7 @@ void CppEditorWidget::abortDeclDefLink()
|
||||
|
||||
void CppEditorWidget::showPreProcessorWidget()
|
||||
{
|
||||
const QString filePath = textDocument()->filePath().toString();
|
||||
const FilePath filePath = textDocument()->filePath();
|
||||
|
||||
CppPreProcessorDialog dialog(filePath, this);
|
||||
if (dialog.exec() == QDialog::Accepted) {
|
||||
|
||||
Reference in New Issue
Block a user