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
parent
de71c8a6f8
commit
a4a45d7bed
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue