That is, AFTER the statement of the case label. Alternatively speaking,
resolve dead code problem.
Change-Id: Ia3e896da908f42939148fffd14c480ca73c1be4b
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Without this patch the module is not bundled in static builds correctly
causing 'module "<QtModule>" is not installed' errors in during runtime.
As reference: this happens, because 'QQmlMetaType::isAnyModule(importUri)'
at 'qtdeclarative/src/qml/qml/qqmltypeloader.cpp:1422:' returns 'false',
which indicates that the module was not registered.
Task-number: QTBUG-59559
Change-Id: I37003c4305fbe499c9911ff2aefa35deab832bdf
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Currently boot2qt is tested with QEMU and some tests fail. Disabling
them for now to make it possible to enable qt5 tests for Coin.
Task-number: QTBUG-60266
Change-Id: Ic6494b8a17d4bd277f04472bea9d83cb20bc3805
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This will turn -Werror on for our tested compilers, to avoid introducing new
warnings.
Change-Id: I27b55fdf514247549455fffd14b17ae6dce9976f
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Instead of fixing the order in the constructor, let's fix the
order of the declarations to follow the rule of thumb to avoid
padding holes.
q3dlight.cpp:107:5: warning: field 'q_ptr' will be initialized after field 'm_automaticLight' [-Wreorder]
Change-Id: I27b55fdf514247549455fffd14b17abe78cbad28
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Move some information from the front page and the known issues
to the overview. Add some information to the interacting with data
topic.
Change-Id: Ia63e1d46ec48861a144c51f0d8796809ea771ea4
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Also fix the function signature in the qdoc file.
Change-Id: If8a7cb83f94efb9a5a999c99fce722e4ffb96312
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
When alpha value for wall is below 1.0, enable blending for walls.
Rearrange code so that solid objects are drawn first and then possible
tranparent objects.
Task-number: QTBUG-59140
Change-Id: I5087a664a59ecdb4516b17e8fac1f8ff48ad1c16
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Qt Data Visualization is now a standard Qt module that can be
installed and built as any other module.
Change-Id: Idb7e05304e159c30614d728529261d3ec2ea6002
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Remove property getter docs, because they do not add any info,
and move setter docs to separate entries.
Change-Id: I78a0dab0ec9652b58b319f09dc5266e36d12e85a
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
- Use \list command for lists
- Add \brief commands for property docs
- Replace \returns with "returns"
Change-Id: I7930a9dd9ce87c61e8381a5e2c4f42c7bf0ae75a
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
- Add \brief commands for property docs.
- Replace \return with "Returns".
- Use the \c command to format "true".
- Edit the text where necessary.
Change-Id: I9ab1f5ed2c242118990d08da8114012899d88289
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Separate setter function docs to from property docs, to be able
to describe the arguments for the setter functions.
Change-Id: I60bd1a31cd1424260070c231af48c9603916d132
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
- Add \brief commands to property docs
- Fix \note commands (the colon after the command results in a double
colon)
- Remove \a commands from property docs
- Replace the \return command with "returns"
Change-Id: I0dd555a350999d588fff904d5a46c6d57e8f6199
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Separate documentation for setSelectedBar() from the property docs.
Change-Id: Iaf9e6b2cfeccd47cb5b3fee2fa8cd8baa43b8fcd
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Adjust the text as necessary. Also remove \a commands, because
properties don't take arguments.
Change-Id: I9f2198e383806de6a4f06745f1398d67aee4ac09
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>