diff options
author | Thiago Macieira <[email protected]> | 2013-01-08 10:31:26 -0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-01-15 07:28:49 +0100 |
commit | 0c4f6c6ea9415bcc5fde3e34bf909f43a9c6483c (patch) | |
tree | f26d7d1835a9c659463b58b6736cb3f7a58af386 /src/sql/doc/snippets/sqldatabase/sqldatabase.cpp | |
parent | c174d101bddb63758ae604840e2852759089d57c (diff) |
Fix compilation of Qt Concurrent with gcc 4.3
GCC 4.3 had support for decltype but not the new function syntax (which
we call "auto function" for short). That meant the code did not compile.
qtconcurrentrun.h:105: error: expected initializer before ‘->’ token
Task-number: QTBUG-28984
Change-Id: I792276ec59c4f6e73f6137c517636e70c71ed849
Reviewed-by: Olivier Goffart <[email protected]>
Diffstat (limited to 'src/sql/doc/snippets/sqldatabase/sqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions