diff --git a/src/corelib/kernel/qcoreapplication_win.cpp b/src/corelib/kernel/qcoreapplication_win.cpp index 0fe14af798a..3a69bec25be 100644 --- a/src/corelib/kernel/qcoreapplication_win.cpp +++ b/src/corelib/kernel/qcoreapplication_win.cpp @@ -21,7 +21,7 @@ QT_BEGIN_NAMESPACE using namespace Qt::StringLiterals; -Q_CORE_EXPORT QString qAppFileName() // get application file name +QString qAppFileName() // get application file name { /* GetModuleFileName() returns the length of the module name, when it has