Go to file
Marc Mutz 80694dd614 moc: parse classes that use Q_DECL_FINAL|final|sealed
This only works with the C++11 contextual keyword
directly, the MSVC equivalent 'sealed', or the Qt
define for it.

While this isn't a problem for syncqt, being an
internal tool, moc should eventually be able to parse
user code using local C++11-final-wrapping macros.
For this, I guess moc would have to be taught to
expand macros in code and not just test #if clauses,
potentially driven by something like
  #pragma qt-moc expand-this
  #define MY_FINAL_CLASS final
but that's something for someone more intimately
familiar with moc's source than I am.

Change-Id: Id6aec961a881e8d5a9b76a7fc8e1c02c71913f64
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-08-26 14:29:52 +02:00
bin syncqt: parse classes that use Q_DECL_FINAL|final|sealed 2012-08-26 14:29:51 +02:00
config.tests introduce compileTest function 2012-08-14 12:49:37 +02:00
dist Make QAbstractItemModel::sibling virtual. 2012-08-23 15:54:02 +02:00
doc Sort qdoc ignores. 2012-08-21 16:20:25 +02:00
examples Doc: replace occurrence of \starslash in widget docs 2012-08-23 13:22:23 +02:00
lib
mkspecs Move the QT_COMPILER_SUPPORTS_xxx defines to qconfig.h 2012-08-22 21:58:45 +02:00
qmake qmake: fix manifest resource for non-trivial target names 2012-08-23 15:54:02 +02:00
src moc: parse classes that use Q_DECL_FINAL|final|sealed 2012-08-26 14:29:52 +02:00
tests moc: parse classes that use Q_DECL_FINAL|final|sealed 2012-08-26 14:29:52 +02:00
tools Fix bug in configure where Qt did not compile with QT_ICONV=no 2012-08-23 02:55:17 +02:00
util QUnicodeTables: some internal API renamings 2012-06-22 09:47:59 +02:00
.gitattributes
.gitignore Updated .gitignore 2012-08-18 13:59:11 +02:00
.tag
configure filter standard paths from mysql_config & pg_config 2012-08-25 17:03:17 +02:00
configure.bat
header.BSD
header.FDL
header.LGPL
header.LGPL-ONLY
INSTALL
LGPL_EXCEPTION.txt
LICENSE.FDL
LICENSE.GPL
LICENSE.LGPL
LICENSE.PREVIEW.COMMERCIAL
qtbase.pro Install right version of tools when x-compiling. 2012-07-17 12:52:48 +02:00
sync.profile Revert "Move QWindowSystemInterface out of qpa." 2012-08-03 00:38:09 +02:00