diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-03-23 22:58:57 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-03-23 22:58:57 (GMT) |
commit | 732f3d1e2c8f63972a9a1ca477d1a9ac34361534 (patch) | |
tree | 325dc09e36e39d0a800dd6a8b0d68cc38ce012c0 /src/corelib/global/qglobal.h | |
parent | dc789e34bd2ff519024af077bebdf09c85e138e0 (diff) | |
download | Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.zip Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.tar.gz Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.tar.bz2 |
Import shader implementation from before the history cut.
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r-- | src/corelib/global/qglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 210f713..6f886c2 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -1833,7 +1833,7 @@ enum { /* TYPEINFO flags */ #define Q_DECLARE_TYPEINFO(TYPE, FLAGS) \ template <> \ -class QTypeInfo<TYPE> \ +class QTypeInfo<TYPE > \ { \ public: \ enum { \ |