qt5base-lts/tests/manual/qgraphicsitemgroup
Friedemann Kleint 464d261aa8 Fix some warnings in manual tests
Fix:
gestures.cpp:46:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
gestures.cpp:47:5: note: here
gestures.cpp:48:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
gestures.cpp:52:5: note: here
main.cpp: In function 'QByteArray windowsVersionToString(QSysInfo::WinVersion)':
main.cpp:40:12: warning: enumeration value 'WV_CE' not handled in switch [-Wswitch]
...

main.cpp: In function 'QByteArray macVersionToString(QSysInfo::MacVersion)':
main.cpp:68:12: warning: enumeration value 'MV_10_12' not handled in switch [-Wswitch]
...

widget.cpp: In member function 'CustomItem* Widget::checkedItem() const':
widget.cpp:238:12: warning: 'item' may be used uninitialized in this function [-Wmaybe-uninitialized]

Change-Id: I434784e86d127e56b92663cb45eba7d60d8f8eaf
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-03-07 22:06:04 +00:00
..
customitem.cpp Updated license headers 2016-01-21 18:55:18 +00:00
customitem.h Updated license headers 2016-01-21 18:55:18 +00:00
main.cpp Updated license headers 2016-01-21 18:55:18 +00:00
qgraphicsitemgroup.pro Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
widget.cpp Fix some warnings in manual tests 2019-03-07 22:06:04 +00:00
widget.h Updated license headers 2016-01-21 18:55:18 +00:00
widget.ui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00