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:
hjk
2022-09-30 10:32:18 +02:00
parent 57b32ed773
commit 8640e00447
3 changed files with 9 additions and 9 deletions

View File

@@ -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) {