forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user