qt5base-lts/src
Bradley T. Hughes 916460929d Move the implementation of normalizeTypeInternal()
This function is only used in src/tools/moc/moc.cpp and
src/corelib/kernel/qmetaobject.cpp. We don't need to include the
static, non-inline declaration and definition every time
qmetaobject_p.h is included.

This also silences the related warning from clang:

../../../include/QtCore/5.0.0/QtCore/private/../../../../../src/corelib/kernel/qmetaobject_p.h:171:19: error:
      function 'normalizeTypeInternal' is not needed and will not be emitted
      [-Werror,-Wunneeded-internal-declaration]
static QByteArray normalizeTypeInternal(const char *t, const char *e, ...
                  ^

Change-Id: I6dfb2cb4d9d82a2ae7795f91169aa62f9a5f2c2f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
2011-10-27 14:56:14 +02:00
..
3rdparty Remove SkipMode parameter from QSKIP calls. 2011-10-21 01:20:29 +02:00
corelib Move the implementation of normalizeTypeInternal() 2011-10-27 14:56:14 +02:00
dbus Remove unused variable from qdbusintegrator.cpp. 2011-10-20 10:05:01 +02:00
gui Fixed crash in printsupport on Windows 2011-10-27 14:56:14 +02:00
modules Readded PrintSupport for Windows 2011-10-25 15:55:10 +02:00
network Remove the QT_MOBILITY_BEARER macro. 2011-10-25 17:22:34 +02:00
opengl Widgets: Remove Q_WS_QPA and qpa-sections from .pro files. 2011-10-21 21:29:46 +02:00
platformsupport Use freetype font engine on Windows 2011-10-10 13:17:44 +02:00
plugins Windows: More fine-grained paint event handling. 2011-10-27 11:12:38 +02:00
printsupport QtPrintSupport: Remove Q_WS_QPA, qpa sections from .pro files. 2011-10-26 12:29:03 +02:00
s60installs update def files 2011-05-11 16:40:09 +02:00
s60main Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
sql Fix compiler warnings. 2011-09-28 03:17:51 +02:00
testlib Allow commiting and then reusing a QTouchEventSequence for testing. 2011-10-24 06:39:20 +02:00
tools Move the implementation of normalizeTypeInternal() 2011-10-27 14:56:14 +02:00
v8 Revert "Update V8" 2011-10-20 13:30:26 +02:00
widgets Add QT_BEGIN_HEADER/QT_END_HEADER macros 2011-10-27 14:56:14 +02:00
winmain Windows: fixed qtmain.lib not going to `lib' directory 2011-07-26 03:27:34 +02:00
xml QXmlStream lives in QtCore 2011-08-11 16:21:14 +02:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro QtBase: Move idc to Active Qt. 2011-10-10 16:54:52 +02:00