FileUtils: Add missing export

And remove unused include of expected.h.

Amends 4a974cb655

Change-Id: I5153afe0e0f893ec7a7ef9a889e43ac29839c7af
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2025-04-17 13:48:23 +02:00
parent 034245ec1f
commit 2ec138b1bd

View File

@@ -5,7 +5,6 @@
#include "utils_global.h" #include "utils_global.h"
#include "expected.h"
#include "filepath.h" #include "filepath.h"
#include <QCoreApplication> #include <QCoreApplication>
@@ -112,7 +111,7 @@ QTCREATOR_UTILS_EXPORT FilePaths getOpenFilePaths(
QFileDialog::Options options = {}); QFileDialog::Options options = {});
#endif #endif
QString fetchQrc(const QString &fileName); // Only for internal resourcesm QTCREATOR_UTILS_EXPORT QString fetchQrc(const QString &fileName); // Only for internal resourcesm
} // namespace FileUtils } // namespace FileUtils