Skip to content

Commit 2d1b322

Browse files
committed
removed Q_CORE_EXPORT
1 parent 979ba7b commit 2d1b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/third_party/mimetypes-qt4/io/qsystemlibrary_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class QSystemLibrary
9696
return QSystemLibrary(libraryName).resolve(symbol);
9797
}
9898

99-
static Q_CORE_EXPORT HINSTANCE load(const wchar_t *lpFileName, bool onlySystemDirectory = true);
99+
static HINSTANCE load(const wchar_t *lpFileName, bool onlySystemDirectory = true);
100100
private:
101101
HINSTANCE m_handle;
102102
QString m_libraryName;

0 commit comments

Comments
 (0)