Skip to content

Commit 979ba7b

Browse files
committed
removed Q_CORE_EXPORT
1 parent 155faae commit 979ba7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
4949

5050
#ifndef QT_NO_STANDARDPATHS
5151

52-
class Q_CORE_EXPORT QStandardPaths
52+
class QStandardPaths
5353
{
5454
public:
5555
// Do not re-order, must match QDesktopServices

src/third_party/mimetypes-qt4/mimetypes/qmimedatabase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class QIODevice;
5353
class QUrl;
5454

5555
class QMimeDatabasePrivate;
56-
class Q_CORE_EXPORT QMimeDatabase
56+
class QMimeDatabase
5757
{
5858
Q_DISABLE_COPY(QMimeDatabase)
5959

src/third_party/mimetypes-qt4/mimetypes/qmimetype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class QMimeTypePrivate;
5151
class QFileinfo;
5252
class QStringList;
5353

54-
class Q_CORE_EXPORT QMimeType
54+
class QMimeType
5555
{
5656
public:
5757
QMimeType();

0 commit comments

Comments
 (0)