We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979ba7b commit 2d1b322Copy full SHA for 2d1b322
src/third_party/mimetypes-qt4/io/qsystemlibrary_p.h
@@ -96,7 +96,7 @@ class QSystemLibrary
96
return QSystemLibrary(libraryName).resolve(symbol);
97
}
98
99
- static Q_CORE_EXPORT HINSTANCE load(const wchar_t *lpFileName, bool onlySystemDirectory = true);
+ static HINSTANCE load(const wchar_t *lpFileName, bool onlySystemDirectory = true);
100
private:
101
HINSTANCE m_handle;
102
QString m_libraryName;
0 commit comments