diff options
| author | Olivier Goffart <ogoffart@woboq.com> | 2013-03-01 15:48:32 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-02 12:58:18 +0100 |
| commit | b0e58a9008a01cd819d942ddc79534e8dd8ef8bd (patch) | |
| tree | 5653794baf6a49bc7d5bb6a59157db72ddd0c270 /src/gui/opengl/qopenglshaderprogram.cpp | |
| parent | e786a347c8f8a90f5c5d0fa0d198e343e96c82d2 (diff) | |
Fix compilation of moc generated file with MEMBER properties
If the object has only MEMBER properties, without any other property
specifying READ, the generated will fail to compile with this error:
tst_moc.moc: In member function ‘virtual int ClassWithOneMember::qt_metacall(QMetaObject::Call, int, void**)’:
tst_moc.moc:3810:42: error: ‘_v’ was not declared in this scope
That's because the '_v' is only declared if 'needTempVarForGet' is set,
and it should be set when we have a MEMBER property.
Change-Id: I829fad3faf69654b5a3fd540857df19f4a9449d4
Reviewed-by: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/gui/opengl/qopenglshaderprogram.cpp')
0 files changed, 0 insertions, 0 deletions
