From 2ec138b1bddbef482380866f512987b6e1a371c7 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 17 Apr 2025 13:48:23 +0200 Subject: [PATCH] FileUtils: Add missing export And remove unused include of expected.h. Amends 4a974cb655f02714806711448ef118c09f615b0c Change-Id: I5153afe0e0f893ec7a7ef9a889e43ac29839c7af Reviewed-by: hjk --- src/libs/utils/fileutils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libs/utils/fileutils.h b/src/libs/utils/fileutils.h index 51a20438444..212092593e4 100644 --- a/src/libs/utils/fileutils.h +++ b/src/libs/utils/fileutils.h @@ -5,7 +5,6 @@ #include "utils_global.h" -#include "expected.h" #include "filepath.h" #include @@ -112,7 +111,7 @@ QTCREATOR_UTILS_EXPORT FilePaths getOpenFilePaths( QFileDialog::Options options = {}); #endif -QString fetchQrc(const QString &fileName); // Only for internal resourcesm +QTCREATOR_UTILS_EXPORT QString fetchQrc(const QString &fileName); // Only for internal resourcesm } // namespace FileUtils