qt5base-lts/tests/auto/tools
Marc Mutz 2020d2cb63 QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute use
This warning is triggered when we try to apply the Q_DECL_HIDDEN
attribute to a class in an unnamed namespace. Such classes are
already not exported.

  qobjectdefs.h:175:108: warning: ‘visibility’ attribute ignored [-Wattributes]
  qobjectdefs.h:198:108: warning: ‘visibility’ attribute ignored [-Wattributes]

Added a test on gadgets (and QObjects) in unnamed namespaces,
because qtbase currently does not contain such Q_GADGETs.

Done-with: Thiago Macieira <thiago.macieira@intel.com>
Change-Id: Ic747cc2ab45e4dc6bb70ffff1438c747b05c5672
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-03-09 20:11:28 +00:00
..
moc QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute use 2016-03-09 20:11:28 +00:00
qdbuscpp2xml Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusxml2cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qmake qmake: teach findMocs to handle backslash-newline gracefully. 2015-12-17 13:47:33 +00:00
qmakelib add enablers for printing project errors in cumulative mode 2015-12-21 16:39:31 +00:00
rcc Update copyright headers 2015-02-11 06:49:51 +00:00
uic Generate QVariant::fromValue(enum_value) for enum values 2016-03-09 13:51:39 +00:00
tools.pro add test for the qmake library 2015-02-25 13:54:33 +00:00