Get rid of Q_GUI_EXPORT occurrences in QPlatformSupport

This fixes GCC warning on MinGW, when built with -Wattribute (the default)

Change-Id: I8e2b56a4a8fe9db0ec821f346a523b670df80f85
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
bb10
Konstantin Ritt 2015-01-23 16:11:52 +04:00
parent de71c8a6f8
commit a4a45d7bed
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Q_DECLARE_LOGGING_CATEGORY(qLcMenu)
class QDBusPlatformMenu;
class Q_GUI_EXPORT QDBusPlatformMenuItem : public QPlatformMenuItem
class QDBusPlatformMenuItem : public QPlatformMenuItem
{
Q_OBJECT
@ -109,7 +109,7 @@ private:
QKeySequence m_shortcut;
};
class Q_GUI_EXPORT QDBusPlatformMenu : public QPlatformMenu
class QDBusPlatformMenu : public QPlatformMenu
{
Q_OBJECT