2026-02-18 23:42 ftp://ftp.de.debian.org/debian/pool/main/q/qtquickcontrols2-opensource-src/qtquickcontrols2-opensource-src_5.15.18+dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-100-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.19.0 head-info: 85583d9 (2026-02-18 09:18:11 +0100) count: 911 909 elapsed-time: 82.1 8.6 head-timing-info: old-timing-info: head results: qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter1-settingup/main.cpp:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter2-lists/main.cpp:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter3-navigation/main.cpp:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp:69:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AppDataLocation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp:85:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlcontactmodel.h:59:5: style: Class 'SqlContactModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.h:62:5: style: Class 'SqlConversationModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/main.cpp:79:9: style: Statements following noreturn function 'qFatal()' will never be executed. [unreachableCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlcontactmodel.cpp:73:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlcontactmodel.cpp:74:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlcontactmodel.cpp:75:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:95:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:122:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:132:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:141:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ISODate [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:81:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:82:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:83:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:84:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:85:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.cpp:86:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter4-models/sqlconversationmodel.h:64:13: performance: Function 'recipient()' should return member 'm_recipient' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp:69:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AppDataLocation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp:85:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlcontactmodel.h:59:5: style: Class 'SqlContactModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.h:62:5: style: Class 'SqlConversationModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/main.cpp:79:9: style: Statements following noreturn function 'qFatal()' will never be executed. [unreachableCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlcontactmodel.cpp:73:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlcontactmodel.cpp:74:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlcontactmodel.cpp:75:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:95:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:122:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:132:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:141:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ISODate [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:81:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:82:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:83:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:84:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:85:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.cpp:86:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/chattutorial/chapter5-styling/sqlconversationmodel.h:64:13: performance: Function 'recipient()' should return member 'm_recipient' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/contactlist/contactmodel.cpp:119:17: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/contactlist/contactmodel.cpp:119:32: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/contactlist/contactmodel.h:69:5: style: Class 'ContactModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/flatstyle/main.cpp:56:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/gallery/gallery.cpp:62:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/imagine/automotive/automotive.cpp:62:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/imagine/musicplayer/musicplayer.cpp:60:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/sidepanel/sidepanel.cpp:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/swipetoremove/swipetoremove.cpp:57:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:156:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:173:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:191:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Bold [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:197:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:253:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:299:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:329:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:363:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:382:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:295:19: style: Local variable 'fileName' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.h:125:13: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/documenthandler.cpp:295:19: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/texteditor/texteditor.cpp:69:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/examples/quickcontrols2/wearable/wearable.cpp:58:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickcalendarmodel_p.h:102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickcalendarmodel.cpp:89:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekmodel_p.h:89:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekmodel.cpp:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekmodel.cpp:92:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LongFormat [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekmodel.cpp:68:26: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekmodel.cpp:68:39: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekmodel.cpp:68:32: error: Null pointer dereference [nullPointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekrow_p.h:85:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickdayofweekrow.cpp:86:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthgrid_p.h:108:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthmodel_p.h:108:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthgrid.cpp:102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthgrid.cpp:133:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthgrid.cpp:150:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthgrid.cpp:159:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthgrid.cpp:229:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsFocusScope [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickmonthmodel.cpp:41:1: error: syntax error [syntaxError] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickweeknumbercolumn_p.h:95:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickweeknumbermodel_p.h:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickweeknumbercolumn.cpp:88:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/calendar/qquickweeknumbermodel.cpp:46:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusionbusyindicator.cpp:93:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusionbusyindicator.cpp:107:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemOpacityHasChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusiondial.cpp:91:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusiondial.cpp:140:16: style: Local variable 'highlight' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusiondial_p.h:65:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusiondial.cpp:140:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusionknob.cpp:71:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusionstyle.cpp:73:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusionstyle.cpp:78:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighlightedText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qquickfusiontheme.cpp:48:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qtquickcontrols2fusionstyleplugin.cpp:76:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/fusion/qtquickcontrols2fusionstyleplugin.cpp:61:5: style: Class 'QtQuickControls2FusionStylePlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector.cpp:56:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFAULT_CACHE [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector.cpp:121:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BypassInterceptor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector_p.h:79:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector_p.h:82:13: performance: Function 'path()' should return member 'm_path' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector_p.h:88:13: performance: Function 'separator()' should return member 'm_separator' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector.cpp:236:37: style: Local variable 'cache' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector_p.h:91:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector.cpp:236:37: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimageselector.cpp:243:18: style: Variable 'cachedPath' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle_p.h:68:13: performance: Function 'path()' should return member 'm_path' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle.cpp:124:19: style: Local variable 'path' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle_p.h:68:13: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle.cpp:124:19: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle.cpp:158:17: style: Local variable 'path' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle_p.h:68:13: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle.cpp:158:17: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle.cpp:107:25: style: Variable 'imagine' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginestyle.cpp:137:25: style: Variable 'imagine' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickimaginetheme.cpp:47:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickninepatchimage_p.h:99:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickninepatchimage.cpp:129:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DrawTriangles [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickninepatchimage.cpp:183:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirtyGeometry [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickninepatchimage.cpp:188:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qquickninepatchimage.cpp:397:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/imagine/qtquickcontrols2imaginestyleplugin.cpp:70:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialbusyindicator.cpp:91:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Infinite [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialbusyindicator.cpp:114:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialbusyindicator.cpp:179:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasContents [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialbusyindicator.cpp:72:5: style: Class 'QQuickMaterialBusyIndicatorNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:72:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Infinite [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:79:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GeometryNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:119:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:168:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GeometryNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:179:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasContents [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:227:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemVisibleHasChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:57:5: style: Class 'QQuickMaterialProgressBarNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:158:64: style:inconclusive: Function 'moveNode' argument 1 names different: declaration 'node' definition 'transformNode'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:63:37: note: Function 'moveNode' argument 1 names different: declaration 'node' definition 'transformNode'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:158:64: note: Function 'moveNode' argument 1 names different: declaration 'node' definition 'transformNode'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialprogressbar.cpp:101:32: style: Variable 'bar' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialripple.cpp:48:1: error: syntax error [syntaxError] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:464:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:661:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:847:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:863:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:875:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:880:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:897:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:902:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:907:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:914:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:936:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:950:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:955:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:961:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:967:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:979:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:984:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:989:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:994:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:999:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1004:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1009:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1016:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1021:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1026:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1081:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1086:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1118:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1152:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1359:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Int [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:535:54: style:inconclusive: Function 'setPrimary' argument 1 names different: declaration 'accent' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:180:37: note: Function 'setPrimary' argument 1 names different: declaration 'accent' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:535:54: note: Function 'setPrimary' argument 1 names different: declaration 'accent' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:599:53: style:inconclusive: Function 'setAccent' argument 1 names different: declaration 'accent' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:187:36: note: Function 'setAccent' argument 1 names different: declaration 'accent' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:599:53: note: Function 'setAccent' argument 1 names different: declaration 'accent' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:669:57: style:inconclusive: Function 'setForeground' argument 1 names different: declaration 'foreground' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:194:40: note: Function 'setForeground' argument 1 names different: declaration 'foreground' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:669:57: note: Function 'setForeground' argument 1 names different: declaration 'foreground' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:734:57: style:inconclusive: Function 'setBackground' argument 1 names different: declaration 'background' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:201:40: note: Function 'setBackground' argument 1 names different: declaration 'background' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:734:57: note: Function 'setBackground' argument 1 names different: declaration 'background' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:537:10: style: Local variable 'primary' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:179:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:537:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:601:10: style: Local variable 'accent' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:186:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:601:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:671:10: style: Local variable 'foreground' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:193:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:671:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:736:10: style: Local variable 'background' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:200:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:736:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:885:12: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:885:12: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:912:11: style: Local variable 'shade' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:250:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:912:11: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:914:12: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:914:12: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1284:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1284:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1299:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1299:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1315:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1315:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1332:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1332:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1371:20: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle_p.h:249:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1371:20: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:513:26: style: Variable 'material' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:580:26: style: Variable 'material' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:644:26: style: Variable 'material' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:717:26: style: Variable 'material' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:782:26: style: Variable 'material' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialstyle.cpp:1346:26: style: Variable 'material' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qquickmaterialtheme.cpp:78:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/material/qtquickcontrols2materialstyleplugin.cpp:71:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultbusyindicator.cpp:70:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Infinite [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultbusyindicator.cpp:92:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TransformNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultbusyindicator.cpp:120:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CircleCount [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultbusyindicator.cpp:143:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasContents [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultbusyindicator.cpp:57:5: style: Class 'QQuickDefaultBusyIndicatorNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultdial.cpp:85:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FlatCap [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:68:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Blocks [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:88:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Infinite [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:95:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Blocks [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:164:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Blocks [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:213:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasContents [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:262:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemVisibleHasChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:74:5: style: Class 'QQuickDefaultProgressBarNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:183:24: style: Local variable 'm' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:159:16: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:183:24: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaultprogressbar.cpp:147:31: style: Variable 'bar' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qquickdefaulttheme.cpp:86:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qtquickcontrols2plugin.cpp:102:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qtquickcontrols2plugin.cpp:129:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qtquickcontrols2plugin.cpp:266:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qtquickcontrols2plugin.cpp:320:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/qtquickcontrols2plugin.cpp:78:5: style: Class 'QtQuickControls2Plugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:75:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Infinite [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:98:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TransformNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:168:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpacityNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:191:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasContents [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:230:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemVisibleHasChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:54:5: style: Class 'QQuickUniversalBusyIndicatorNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalbusyindicator.cpp:139:35: style: Variable 'indicator' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalfocusrectangle.cpp:65:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalfocusrectangle_p.h:60:5: style: Class 'QQuickUniversalFocusRectangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalprogressbar.cpp:85:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Infinite [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalprogressbar.cpp:102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GeometryNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalprogressbar.cpp:230:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TransformNodeType [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalprogressbar.cpp:271:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasContents [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalprogressbar.cpp:320:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemVisibleHasChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalprogressbar.cpp:63:5: style: Class 'QQuickUniversalProgressBarNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:386:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AltHigh [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:411:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BaseHigh [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:595:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Int [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:224:54: style:inconclusive: Function 'setAccent' argument 1 names different: declaration 'accent' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:130:36: note: Function 'setAccent' argument 1 names different: declaration 'accent' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:224:54: note: Function 'setAccent' argument 1 names different: declaration 'accent' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:276:58: style:inconclusive: Function 'setForeground' argument 1 names different: declaration 'foreground' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:136:40: note: Function 'setForeground' argument 1 names different: declaration 'foreground' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:276:58: note: Function 'setForeground' argument 1 names different: declaration 'foreground' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:331:58: style:inconclusive: Function 'setBackground' argument 1 names different: declaration 'background' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:142:40: note: Function 'setBackground' argument 1 names different: declaration 'background' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:331:58: note: Function 'setBackground' argument 1 names different: declaration 'background' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:226:10: style: Local variable 'accent' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:129:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:226:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:278:10: style: Local variable 'foreground' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:135:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:278:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:333:10: style: Local variable 'background' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:141:14: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:333:10: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:555:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:147:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:555:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:568:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:147:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:568:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:583:16: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:147:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:583:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:607:20: style: Local variable 'color' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle_p.h:147:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:607:20: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversalstyle.cpp:215:27: style: Variable 'universal' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qquickuniversaltheme.cpp:59:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qtquickcontrols2universalstyleplugin.cpp:68:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/controls/universal/qtquickcontrols2universalstyleplugin.cpp:53:5: style: Class 'QtQuickControls2UniversalStylePlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformcolordialog.cpp:181:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformcolordialog.cpp:187:114: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentColorChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformdialog.cpp:375:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_DontUseNativeDialogs [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformdialog_p.h:87:13: performance: Function 'title()' should return member 'm_title' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:131:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExistingFile [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:451:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:456:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:482:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:487:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:502:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:528:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filterSelected [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:539:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filterSelected [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:631:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog_p.h:170:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog_p.h:171:17: performance: Function 'extensions()' should return member 'm_extensions' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:531:9: style: The statement 'if (m_firstShow) m_firstShow=false' is logically equivalent to 'm_firstShow=false'. [duplicateConditionalAssign] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:532:21: note: Assignment 'm_firstShow=false' qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:531:9: note: Condition 'm_firstShow' is redundant qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:124:53: style:inconclusive: Function 'setFileMode' argument 1 names different: declaration 'fileMode' definition 'mode'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog_p.h:87:31: note: Function 'setFileMode' argument 1 names different: declaration 'fileMode' definition 'mode'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:124:53: note: Function 'setFileMode' argument 1 names different: declaration 'fileMode' definition 'mode'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:245:26: style: Local variable 'file' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog_p.h:89:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:245:26: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:570:22: style: Local variable 'file' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog_p.h:89:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:570:22: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:632:32: style: Local variable 'ref' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:630:26: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:632:32: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfiledialog.cpp:537:36: style: Variable 'fileDialog' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfolderdialog.cpp:206:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfolderdialog.cpp:211:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfolderdialog.cpp:237:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfolderdialog.cpp:242:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Reject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfolderdialog.cpp:257:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfolderdialog.cpp:263:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentFolderChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfontdialog.cpp:184:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformfontdialog.cpp:190:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentFontChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformicon_p.h:69:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformiconloader_p.h:72:24: performance: Function 'icon()' should return member 'm_icon' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformiconloader.cpp:68:11: style: Local variable 'icon' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformiconloader_p.h:72:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformiconloader.cpp:68:11: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformmenu_p.h:175:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformmenuitem_p.h:162:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformmessagedialog.cpp:343:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handleClick [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/qquickplatformsystemtrayicon_p.h:125:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformcolordialog.cpp:49:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformcolordialog.cpp:77:113: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfiledialog.cpp:49:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfiledialog.cpp:124:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog.cpp:49:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog.cpp:77:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog.cpp:73:54: style:inconclusive: Function 'show' argument 1 names different: declaration 'windowFlags' definition 'flags'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog_p.h:69:31: note: Function 'show' argument 1 names different: declaration 'windowFlags' definition 'flags'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog.cpp:73:54: note: Function 'show' argument 1 names different: declaration 'windowFlags' definition 'flags'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog.cpp:73:80: style:inconclusive: Function 'show' argument 2 names different: declaration 'windowModality' definition 'modality'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog_p.h:69:63: note: Function 'show' argument 2 names different: declaration 'windowModality' definition 'modality'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformfontdialog.cpp:73:80: note: Function 'show' argument 2 names different: declaration 'windowModality' definition 'modality'. qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformmenu.cpp:51:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable aboutToShow [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformmenu.cpp:167:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformmenuitem.cpp:49:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hovered [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformmessagedialog.cpp:50:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable accept [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformsystemtrayicon.cpp:49:97: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable messageClicked [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/platform/widgets/qwidgetplatformsystemtrayicon.cpp:82:26: style: Variable 'widgetMenu' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/imports/templates/qtquicktemplates2plugin.cpp:145:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QQuickTemplates_initializeModule [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/templates/qtquicktemplates2plugin.cpp:174:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/imports/templates/qtquicktemplates2plugin.cpp:130:5: style: Class 'QtQuickTemplates2Plugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickanimatednode.cpp:111:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirectConnection [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject_p.h:79:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:161:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:184:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Parent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:193:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Parent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject_p.h:75:18: style: Virtual function 'attachedParentChange' is called from destructor '~QQuickAttachedObject()' at line 227. Dynamic binding is not used. [virtualCallInConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:227:5: note: Calling setAttachedParent qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:254:5: note: Calling attachedParentChange qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject_p.h:75:18: note: attachedParentChange is a virtual function qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:200:27: style: Local variable 'attachedParent' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:176:36: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:200:27: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:259:27: style: Local variable 'attachedParent' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject_p.h:69:27: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:259:27: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:263:41: style: Local variable 'attachedChildren' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject_p.h:67:35: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:263:41: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickattachedobject.cpp:87:23: style: Variable 'parentWindow' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickclippedtext.cpp:113:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Size [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickcolorimage.cpp:66:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickcolorimage.cpp:85:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickcolorimage.cpp:96:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceIn [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage_p.h:87:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage_p_p.h:59:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:54:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable devicePixelRatio [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:72:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sourcesize [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:110:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreserveAspectFit [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:126:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Pad [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:183:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sourceSizeChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:197:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemDevicePixelRatioHasChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:213:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceIn [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:166:45: style:inconclusive: Function 'setSource' argument 1 names different: declaration 'url' definition 'source'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage_p.h:73:32: note: Function 'setSource' argument 1 names different: declaration 'url' definition 'source'. qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconimage.cpp:166:45: note: Function 'setSource' argument 1 names different: declaration 'url' definition 'source'. qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel_p.h:133:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel_p_p.h:62:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:86:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:119:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignVertical_Mask [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:128:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:149:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ElideRight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:189:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:220:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToRight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:239:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickiconlabel.cpp:518:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignVertical_Mask [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickitemgroup.cpp:57:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ImplicitWidth [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickitemgroup.cpp:62:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ImplicitWidth [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickmnemoniclabel.cpp:91:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Null [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickmnemoniclabel_p.h:65:13: performance: Function 'text()' should return member 'm_fullText' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickmnemoniclabel.cpp:91:13: style: Local variable 'text' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickmnemoniclabel_p.h:65:13: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickmnemoniclabel.cpp:91:13: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickpaddedrectangle_p.h:66:5: style: Class 'QQuickPaddedRectangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:113:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:128:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qml2ImportsPath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:180:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dirs [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:192:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable styleOverride [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:350:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:422:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:493:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable All [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:509:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemPalette [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:608:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dirs [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:220:21: style: Local variable 'path' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:148:13: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:220:21: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:221:21: style: Local variable 'stylePath' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:211:17: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:221:21: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:231:37: style: Local variable 'path' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:148:13: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:231:37: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:232:29: style: Local variable 'stylePath' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:211:17: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:232:29: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:388:17: style: Local variable 'fallbackStyle' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle_p.h:63:20: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:388:17: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:389:27: style: Local variable 'stylePaths' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle_p.h:62:24: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:389:27: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:422:20: style: Local variable 'settings' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle_p.h:68:38: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:422:20: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:607:25: style: Local variable 'path' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.h:50:20: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:607:25: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:610:27: style: Local variable 'name' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.h:49:20: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:610:27: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyle.cpp:182:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyleselector.cpp:136:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcQtQuickControlsStyle [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyleselector.cpp:78:34: style: The member function 'QQuickStyleSelectorPrivate::select' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyleselector_p_p.h:62:10: note: The member function 'QQuickStyleSelectorPrivate::select' can be static. qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquickstyleselector.cpp:78:34: note: The member function 'QQuickStyleSelectorPrivate::select' can be static. qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquicktumblerview.cpp:65:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcTumblerView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquicktumblerview.cpp:93:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcTumblerView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquicktumblerview.cpp:145:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcTumblerView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquicktumblerview_p.h:70:5: style: Class 'QQuickTumblerView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quickcontrols2/qquicktumblerview.cpp:246:13: style: Condition 'm_pathView' is always true [knownConditionTrueFalse] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/accessible/qaccessiblequickpage_p.h:60:5: style: Class 'QAccessibleQuickPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickabstractbutton_p.h:170:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction_p_p.h:64:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction_p.h:121:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction_p_p.h:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickactiongroup_p.h:101:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickactiongroup_p.h:122:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:121:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Int [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:151:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowShortcut [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:225:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Visibility [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:236:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Visibility [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:565:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Shortcut [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:575:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Shortcut [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:146:67: style:inconclusive: Function 'grab' argument 1 names different: declaration 'vshortcut' definition 'shortcut'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction_p_p.h:104:39: note: Function 'grab' argument 1 names different: declaration 'vshortcut' definition 'shortcut'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:146:67: note: Function 'grab' argument 1 names different: declaration 'vshortcut' definition 'shortcut'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:180:55: style:inconclusive: Function 'setShortcut' argument 1 names different: declaration 'shortcut' definition 'var'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction_p_p.h:76:38: note: Function 'setShortcut' argument 1 names different: declaration 'shortcut' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:180:55: note: Function 'setShortcut' argument 1 names different: declaration 'shortcut' definition 'var'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:301:41: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:324:46: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:354:46: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:521:5: style: Variable 'd' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:315:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickaction.cpp:325:34: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickactiongroup.cpp:142:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickactiongroup.cpp:222:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickapplicationwindow_p.h:126:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbusyindicator_p.h:82:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcontrol_p_p.h:76:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbusyindicator.cpp:126:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Indicator [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbutton_p.h:84:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbutton_p_p.h:57:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbutton.cpp:99:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbutton.cpp:104:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickbuttongroup_p.h:100:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcheckbox_p.h:78:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcheckdelegate_p.h:78:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcombobox_p.h:171:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcontainer_p.h:84:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcontrol_p.h:225:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdelaybutton_p.h:92:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickabstractbutton_p_p.h:64:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdelaybutton.cpp:80:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdelaybutton.cpp:259:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdelaybutton.cpp:264:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdelaybutton.cpp:96:5: style: Class 'QQuickDelayTransitionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdelaybutton.cpp:253:5: style: Variable 'd' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdial_p.h:148:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdialog_p.h:89:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdialogbuttonbox_p.h:116:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickdrawer_p.h:88:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickframe_p.h:73:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickframe.cpp:84:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Border [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickgroupbox_p.h:85:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:224:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_modelExplicitlySetByUser [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:240:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable assignedSyncView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:264:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable assignedSyncDirection [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:347:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:376:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:383:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:392:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:400:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:420:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:429:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_orientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:434:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:441:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_model [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:495:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HorizontalFlick [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:505:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VerticalFlick [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickheaderview.cpp:369:12: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickicon.cpp:211:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickicon_p.h:83:13: performance: Function 'name()' should return member 'name' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate_p.h:84:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate_p_p.h:57:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate.cpp:70:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoFocus [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate.cpp:76:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoFocus [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate.cpp:120:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate.cpp:125:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickitemdelegate.cpp:131:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicklabel_p.h:114:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopup_p.h:397:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickmenuitem_p.h:85:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickmenuseparator.cpp:76:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Menu [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickmenuseparator.cpp:81:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Menu [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickmenuseparator.cpp:87:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Separator [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpageindicator_p.h:100:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpageindicator.cpp:88:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpageindicator.cpp:278:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpageindicator.cpp:329:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Children [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpageindicator.cpp:348:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Indicator [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpageindicator.cpp:337:5: style: Variable 'd' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:43:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlternateBase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:48:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlternateBase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:53:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlternateBase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:58:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:63:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:68:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:73:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BrightText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:78:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BrightText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:83:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BrightText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:88:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:93:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:98:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:103:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:108:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:113:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:118:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dark [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:123:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dark [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:128:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dark [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:133:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:138:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:143:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:148:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighlightedText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:153:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighlightedText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:158:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighlightedText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:163:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:168:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:173:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Light [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:178:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Link [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:183:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Link [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:188:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Link [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:193:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinkVisited [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:198:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinkVisited [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:203:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinkVisited [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:208:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Mid [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:213:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Mid [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:218:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Mid [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:223:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Midlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:228:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Midlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:233:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Midlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:238:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Shadow [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:243:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Shadow [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:248:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Shadow [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:253:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Text [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:258:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Text [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:263:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Text [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:268:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipBase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:273:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipBase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:278:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipBase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:283:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:288:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:293:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:298:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:303:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:308:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:313:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:318:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpalette.cpp:323:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpaletteprovider.cpp:70:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable staticMetaObject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpane_p.h:63:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_PRIVATE_PROPERTY is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopupanchors_p.h:82:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopupanchors_p_p.h:61:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopup_p_p.h:86:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopupanchors.cpp:55:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Destroyed [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopupanchors.cpp:73:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Destroyed [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopup_p_p.h:72:5: style: Class 'QQuickPopupTransitionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickoverlay_p.h:105:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickoverlay_p.h:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopupitem_p_p.h:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpopuppositioner.cpp:155:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LandscapeOrientation [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpresshandler.cpp:53:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpresshandler.cpp:90:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InvokeMetaMethod [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpresshandler.cpp:110:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InvokeMetaMethod [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickprogressbar_p.h:103:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickprogressbar.cpp:267:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ProgressBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickprogressbar.cpp:259:5: style: Variable 'd' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickradiobutton.cpp:102:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RadioButton [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickradiobutton.cpp:107:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RadioButton [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickradiobutton.cpp:113:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RadioButton [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickradiodelegate.cpp:103:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickradiodelegate.cpp:108:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickradiodelegate.cpp:114:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RadioButton [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickrangeslider_p.h:119:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickroundbutton_p.h:77:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickroundbutton.cpp:65:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollbar_p.h:149:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollindicator_p.h:109:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview_p.h:80:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpane_p_p.h:59:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollbar_p_p.h:61:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollbar_p_p.h:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:128:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:179:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:243:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:258:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:416:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:491:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseEventNotSynthesized [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:520:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wheel [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:608:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Pane [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:312:31: style:inconclusive: Either there is a missing 'override', or the member function 'QQuickScrollViewPrivate::setScrollBarsInteractive' can be const. [functionConst] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:149:10: note: Either there is a missing 'override', or the member function 'QQuickScrollViewPrivate::setScrollBarsInteractive' can be const. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:312:31: note: Either there is a missing 'override', or the member function 'QQuickScrollViewPrivate::setScrollBarsInteractive' can be const. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:195:61: style:inconclusive: Function 'setFlickable' argument 1 names different: declaration 'flickable' definition 'item'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:138:40: note: Function 'setFlickable' argument 1 names different: declaration 'flickable' definition 'item'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:195:61: note: Function 'setFlickable' argument 1 names different: declaration 'flickable' definition 'item'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:371:102: style:inconclusive: Function 'contentChildren_append' argument 2 names different: declaration 'obj' definition 'item'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:156:88: note: Function 'contentChildren_append' argument 2 names different: declaration 'obj' definition 'item'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:371:102: note: Function 'contentChildren_append' argument 2 names different: declaration 'obj' definition 'item'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:530:5: style: Variable 'd' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktooltip_p.h:88:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickslider_p.h:119:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickspinbox_p.h:140:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p.h:115:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p.h:185:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p.h:208:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p_p.h:61:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p_p.h:129:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p_p.h:163:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:266:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:315:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:552:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:599:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:659:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable componentComplete [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:719:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:731:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:762:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:867:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:875:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:914:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:922:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitViewMouse [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:967:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1007:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1072:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1116:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Visibility [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1126:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Visibility [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1223:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1267:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitViewState [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1328:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1399:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitViewMouse [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1425:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1453:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1466:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1503:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Pane [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1907:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1942:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1975:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qlcQQuickSplitView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:842:67: style: Either there is a missing 'override', or the member function 'QQuickSplitViewPrivate::effectiveSizeData' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p_p.h:92:23: note: Either there is a missing 'override', or the member function 'QQuickSplitViewPrivate::effectiveSizeData' can be static. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:842:67: note: Either there is a missing 'override', or the member function 'QQuickSplitViewPrivate::effectiveSizeData' can be static. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1007:20: style: Local variable 'isHorizontal' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p_p.h:80:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:1007:20: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:547:12: style: Parameter 'usedWidth' can be declared as reference to const [constParameterReference] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:547:30: style: Parameter 'usedHeight' can be declared as reference to const [constParameterReference] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:67:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:82:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:153:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:184:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:194:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:282:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:297:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:322:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:62:5: style: Class 'QQuickStackIncubator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:226:39: style:inconclusive: Function 'setIndex' argument 1 names different: declaration 'index' definition 'value'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement_p_p.h:77:23: note: Function 'setIndex' argument 1 names different: declaration 'index' definition 'value'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:226:39: note: Function 'setIndex' argument 1 names different: declaration 'index' definition 'value'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:237:51: style:inconclusive: Function 'setView' argument 1 names different: declaration 'view' definition 'value'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement_p_p.h:78:35: note: Function 'setView' argument 1 names different: declaration 'view' definition 'value'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:237:51: note: Function 'setView' argument 1 names different: declaration 'view' definition 'value'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:248:60: style:inconclusive: Function 'setStatus' argument 1 names different: declaration 'status' definition 'value'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement_p_p.h:79:44: note: Function 'setStatus' argument 1 names different: declaration 'status' definition 'value'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:248:60: note: Function 'setStatus' argument 1 names different: declaration 'status' definition 'value'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:135:20: style: Variable 'component' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackelement.cpp:136:17: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:46:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Deactivating [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:80:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Activating [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:115:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Immediate [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:122:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PopTransition [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:127:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PopTransition [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:132:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PushTransition [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:137:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PushTransition [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:142:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReplaceTransition [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstacktransition.cpp:147:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReplaceTransition [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.h:156:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:272:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Activating [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:176:78: style:inconclusive: Function 'pushElements' argument 1 names different: declaration 'elements' definition 'elems'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:84:58: note: Function 'pushElements' argument 1 names different: declaration 'elements' definition 'elems'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:176:78: note: Function 'pushElements' argument 1 names different: declaration 'elements' definition 'elems'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:207:66: style:inconclusive: Function 'replaceElements' argument 1 names different: declaration 'element' definition 'target'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:87:46: note: Function 'replaceElements' argument 1 names different: declaration 'element' definition 'target'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:207:66: note: Function 'replaceElements' argument 1 names different: declaration 'element' definition 'target'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:207:109: style:inconclusive: Function 'replaceElements' argument 2 names different: declaration 'elements' definition 'elems'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:87:90: note: Function 'replaceElements' argument 2 names different: declaration 'elements' definition 'elems'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:207:109: note: Function 'replaceElements' argument 2 names different: declaration 'elements' definition 'elems'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:269:91: style:inconclusive: Function 'viewItemTransitionFinished' argument 1 names different: declaration 'item' definition 'transitionable'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:93:71: note: Function 'viewItemTransitionFinished' argument 1 names different: declaration 'item' definition 'transitionable'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:269:91: note: Function 'viewItemTransitionFinished' argument 1 names different: declaration 'item' definition 'transitionable'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:308:43: style:inconclusive: Function 'setBusy' argument 1 names different: declaration 'busy' definition 'b'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:94:23: note: Function 'setBusy' argument 1 names different: declaration 'busy' definition 'b'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:308:43: note: Function 'setBusy' argument 1 names different: declaration 'busy' definition 'b'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:100:33: style: Local variable 'elements' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p_p.h:104:34: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:100:33: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickstackview_p.cpp:144:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate_p_p.h:58:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate_p.h:94:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate_p.h:114:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate_p_p.h:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:718:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable background [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:778:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable holdTimer [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:947:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:967:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:1258:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:1263:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:1269:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:1275:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:1311:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllButtons [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate_p_p.h:63:5: style: Class 'QQuickSwipeDelegatePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:122:5: style: Class 'QQuickSwipeTransitionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:138:5: style: Class 'QQuickSwipePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:727:17: style: Condition 'extraAllocated' is always true [knownConditionTrueFalse] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:726:29: note: Assuming that condition '!extraAllocated' is not redundant qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:727:17: note: Condition 'extraAllocated' is always true qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:402:48: style:inconclusive: Function 'beginTransition' argument 1 names different: declaration 'position' definition 'newPosition'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:159:32: note: Function 'beginTransition' argument 1 names different: declaration 'position' definition 'newPosition'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:402:48: note: Function 'beginTransition' argument 1 names different: declaration 'position' definition 'newPosition'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:723:24: style: Variable 'p' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipedelegate.cpp:964:25: style: Variable 'swipePrivate' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswipeview_p.h:88:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch_p.h:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch.cpp:82:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch.cpp:183:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XAxis [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch.cpp:192:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TouchUpdate [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch.cpp:226:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonCheckedChange [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch.cpp:234:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Switch [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitch.cpp:239:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Switch [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate_p.h:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:79:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:95:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indicator [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:107:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pressPoint [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:180:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XAxis [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:189:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TouchUpdate [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:203:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:208:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListView [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickswitchdelegate.cpp:233:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ButtonCheckedChange [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar_p.h:102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar_p.h:126:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickcontainer_p_p.h:59:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:100:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:120:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:153:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:198:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable spacing [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:238:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:245:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable contentItem [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:253:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Geometry [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:354:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable checkedChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:375:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable checkedChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:386:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TabBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:391:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TabBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:397:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PageTabList [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:435:56: style:inconclusive: Function 'update' argument 1 names different: declaration 'tabBar' definition 'newTabBar'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:128:31: note: Function 'update' argument 1 names different: declaration 'tabBar' definition 'newTabBar'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:435:56: note: Function 'update' argument 1 names different: declaration 'tabBar' definition 'newTabBar'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:435:71: style:inconclusive: Function 'update' argument 2 names different: declaration 'index' definition 'newIndex'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:128:43: note: Function 'update' argument 2 names different: declaration 'index' definition 'newIndex'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:435:71: note: Function 'update' argument 2 names different: declaration 'index' definition 'newIndex'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:165:32: style: Variable 'p' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:202:32: style: Variable 'p' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbutton.cpp:75:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TabBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbutton.cpp:80:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TabBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbutton.cpp:86:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PageTab [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktextarea_p.h:151:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktextfield_p.h:146:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktheme.cpp:57:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_COREAPP_STARTUP_FUNCTION is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolbar_p.h:87:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolbar.cpp:144:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolbar.cpp:149:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolbar.cpp:155:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolbutton.cpp:74:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolbutton.cpp:79:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator_p.h:86:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator.cpp:66:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator.cpp:115:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator.cpp:131:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator.cpp:136:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator.cpp:141:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolBar [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktoolseparator.cpp:147:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Separator [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktumbler.cpp:93:1: error: syntax error [syntaxError] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickvelocitycalculator.cpp:71:61: style:inconclusive: Function 'stopMeasuring' argument 1 names different: declaration 'm_point2' definition 'point2'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickvelocitycalculator_p_p.h:60:39: note: Function 'stopMeasuring' argument 1 names different: declaration 'm_point2' definition 'point2'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickvelocitycalculator.cpp:71:61: note: Function 'stopMeasuring' argument 1 names different: declaration 'm_point2' definition 'point2'. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickpage_p.h:117:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/accessibility/tst_accessibility.cpp:52:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/accessibility/tst_accessibility.cpp:105:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/accessibility/tst_accessibility.cpp:161:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileBaseName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/accessibility/tst_accessibility.cpp:198:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/accessibility/tst_accessibility.cpp:281:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable role [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/accessibility/tst_accessibility.cpp:313:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/util.h:66:20: performance: Function 'dataDirectory()' should return member 'm_dataDirectory' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/util.h:68:20: performance: Function 'directory()' should return member 'm_directory' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/controls/default/tst_default.cpp:43:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TST_CONTROLS_DATA [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/controls/fusion/tst_fusion.cpp:45:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TST_CONTROLS_DATA [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/controls/imagine/tst_imagine.cpp:45:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TST_CONTROLS_DATA [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/controls/material/tst_material.cpp:45:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TST_CONTROLS_DATA [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/controls/universal/tst_universal.cpp:45:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TST_CONTROLS_DATA [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.h:116:5: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.h:68:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable staticMetaObject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.h:94:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable staticMetaObject [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/cursor/tst_cursor.cpp:91:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable testFile [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/cursor/tst_cursor.cpp:125:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForbiddenCursor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/cursor/tst_cursor.cpp:161:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForbiddenCursor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/cursor/tst_cursor.cpp:201:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IBeamCursor [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.h:119:47: style: Parameter 'testCase' can be declared as pointer to const [constParameterPointer] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:154:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parentChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:180:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable objectNameChanged [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:231:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtHookData [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:237:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtHookData [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:297:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delegates [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:379:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable delegates [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:148:5: style: Virtual function 'metaObject' is called from constructor 'ItemParentListener()' at line 153. Dynamic binding is not used. [virtualCallInConstructor] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:153:23: note: Calling metaObject qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:148:5: note: metaObject is a virtual function qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:115:10: style: The function 'initTestCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/util.h:76:18: note: Virtual function in base class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:115:10: note: Function in derived class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:256:58: style:inconclusive: Function 'createControl' argument 1 names different: declaration 'type' definition 'name'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:134:43: note: Function 'createControl' argument 1 names different: declaration 'type' definition 'name'. qtquickcontrols2-everywhere-src-5.15.18/tests/auto/customization/tst_customization.cpp:256:58: note: Function 'createControl' argument 1 names different: declaration 'type' definition 'name'. qtquickcontrols2-everywhere-src-5.15.18/tests/auto/designer/tst_designer.cpp:104:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/designer/tst_designer.cpp:58:20: style: Either there is a missing 'override', or the member function 'tst_Designer::initTestCase' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/designer/tst_designer.cpp:51:10: note: Either there is a missing 'override', or the member function 'tst_Designer::initTestCase' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/auto/designer/tst_designer.cpp:58:20: note: Either there is a missing 'override', or the member function 'tst_Designer::initTestCase' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:87:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Tab [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:104:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable order [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:147:142: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:265:142: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:321:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TabFocusReason [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:349:234: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:58:10: style: The function 'initTestCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/util.h:76:18: note: Virtual function in base class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/focus/tst_focus.cpp:58:10: note: Function in derived class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/font/tst_font.cpp:90:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemFont [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/font/tst_font.cpp:118:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllUppercase [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/font/tst_font.cpp:136:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/font/tst_font.cpp:176:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable testFile [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/font/tst_font.cpp:249:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/font/tst_font.cpp:301:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable control [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:90:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:131:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable testFile [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:164:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable testFile [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:238:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:290:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable control [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:57:10: style: The function 'initTestCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/util.h:76:18: note: Virtual function in base class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:57:10: note: Function in derived class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:90:14: style: Local variable 'defaultPalette' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:66:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:90:14: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:174:14: style: Local variable 'defaultPalette' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:66:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:174:14: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/auto/pressandhold/tst_pressandhold.cpp:94:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/pressandhold/tst_pressandhold.cpp:167:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:133:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:185:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShiftModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:574:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable System [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:668:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable containerName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:709:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Space [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:98:17: style: Variable 'statusBar' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:101:17: style: Variable 'header' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:104:17: style: Variable 'footer' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickcontrol/tst_qquickcontrol.cpp:111:1: error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickdrawer/tst_qquickdrawer.cpp:1355:1: error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:101:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:125:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:145:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:179:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:195:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:295:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QtTest [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:313:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:213:1: style: The class 'tst_QQuickHeaderView' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:251:28: style: Either there is a missing 'override', or the member function 'tst_QQuickHeaderView::cleanupTestCase' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:218:10: note: Either there is a missing 'override', or the member function 'tst_QQuickHeaderView::cleanupTestCase' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:251:28: note: Either there is a missing 'override', or the member function 'tst_QQuickHeaderView::cleanupTestCase' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickheaderview/tst_qquickheaderview.cpp:56:5: style: Class 'TestTableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/qtest_quickcontrols.h:61:16: style: The scope of the variable 'testName' can be reduced. [variableScope] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickiconimage/tst_qquickiconimage.cpp:568:5: error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickiconlabel/tst_qquickiconlabel.cpp:74:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IconOnly [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickiconlabel/tst_qquickiconlabel.cpp:111:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable displayTypes [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickiconlabel/tst_qquickiconlabel.cpp:239:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmlFileName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickiconlabel/tst_qquickiconlabel.cpp:266:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ready [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickiconlabel/tst_qquickiconlabel.cpp:307:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ready [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf.cpp:102:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable confPath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickmenu/tst_qquickmenu.cpp:1886:1: error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickmenubar/tst_qquickmenubar.cpp:625:1: error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickninepatchimage/tst_qquickninepatchimage.cpp:96:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickninepatchimage/tst_qquickninepatchimage.cpp:147:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickninepatchimage/tst_qquickninepatchimage.cpp:189:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickninepatchimage/tst_qquickninepatchimage.cpp:236:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dpr [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickpopup/tst_qquickpopup.cpp:1578:1: error: There is an unknown macro here somewhere. Configuration is required. If QTEST_SET_MAIN_SOURCE_PATH is a macro then please configure it. [unknownMacro] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:109:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextArea [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:135:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:160:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable styleOverride [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:213:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stylePath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:331:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable expectedAvailableStyles [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:335:23: style: Local variable 'availableStyles' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:59:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyle/tst_qquickstyle.cpp:335:23: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyleselector/tst_qquickstyleselector.cpp:136:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyleselector/tst_qquickstyleselector.cpp:48:10: style: The function 'initTestCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/util.h:76:18: note: Virtual function in base class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickstyleselector/tst_qquickstyleselector.cpp:48:10: note: Function in derived class qtquickcontrols2-everywhere-src-5.15.18/tests/auto/revisions/tst_revisions.cpp:59:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/revisions/tst_revisions.cpp:77:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable revision [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/revisions/tst_revisions.cpp:94:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/revisions/tst_revisions.cpp:106:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable revision [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:62:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:90:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtHookData [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtHookData [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:112:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:141:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable startLine [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:159:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_MINOR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:197:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filePath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:234:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filePath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:266:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filePath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:331:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filePath [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:350:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:157:16: style: Local variable 'engine' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:84:16: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:157:16: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:355:19: style: Local variable 'object' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:353:29: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:355:19: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:253:37: style: Variable 'id' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/sanity/tst_sanity.cpp:302:37: style: Variable 'id' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.cpp:87:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Leave [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.cpp:111:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QQC2_IMPORT_PATH [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.cpp:117:25: style: Local variable 'name' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.cpp:113:17: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/shared/visualtestutil.cpp:117:25: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/auto/snippets/tst_snippets.cpp:63:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/snippets/tst_snippets.cpp:74:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QQC2_SNIPPETS_PATH [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/snippets/tst_snippets.cpp:103:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable input [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/snippets/tst_snippets.cpp:163:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/snippets/tst_snippets.cpp:43:1: style: The class 'tst_Snippets' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/translation/tst_translation.cpp:65:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ready [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/translation/tst_translation.cpp:115:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ready [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/translation/tst_translation.cpp:123:28: style: Local variable 'dialogButtonBox' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/translation/tst_translation.cpp:57:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/auto/translation/tst_translation.cpp:123:28: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:44:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:96:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:108:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:120:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:132:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:144:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/creationtime/tst_creationtime.cpp:156:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:59:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:79:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtHookData [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:90:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtHookData [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:131:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:143:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:125:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Events [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:115:19: style: Local variable 'object' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:111:29: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:115:19: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:121:23: style: Local variable 'object' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:111:29: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:121:23: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/benchmarks/objectcount/tst_objectcount.cpp:121:23: style: Variable 'object' can be declared as pointer to const [constVariablePointer] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/buttons/buttons.cpp:55:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/dialogs/dialogs.cpp:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/capturedevent.cpp:45:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseMove [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/capturedevent.cpp:89:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseMove [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/capturedevent.cpp:49:16: warning:inconclusive: Member variable 'CapturedEvent::mDelay' is not initialized in the constructor. [uninitMemberVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/capturedevent.h:57:13: performance: Function 'cppCommand()' should return member 'mCppCommand' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.cpp:79:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseButtonPress [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.cpp:129:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TrimNone [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.cpp:195:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeyPress [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.cpp:117:35: style:inconclusive: Either there is a missing 'override', or the member function 'EventCapturer::capturedEventTypes' can be const. [functionConst] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.h:72:24: note: Either there is a missing 'override', or the member function 'EventCapturer::capturedEventTypes' can be const. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.cpp:117:35: note: Either there is a missing 'override', or the member function 'EventCapturer::capturedEventTypes' can be const. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.h:54:5: style: Class 'EventCapturer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.h:72:24: performance: Function 'capturedEventTypes()' should return member 'mCapturedEventTypes' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/eventcapturer.cpp:122:62: performance: Function parameter 'types' should be passed by const reference. [passedByValue] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:76:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForwardedChannels [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:152:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcGifRecorder [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:173:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcGifRecorder [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:188:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FramelessWindowHint [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:257:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ready [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:325:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcGifRecorder [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:119:41: style:inconclusive: Function 'setView' argument 1 names different: declaration 'mWindow' definition 'view'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.h:61:32: note: Function 'setView' argument 1 names different: declaration 'mWindow' definition 'view'. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/gifrecorder.cpp:119:41: note: Function 'setView' argument 1 names different: declaration 'mWindow' definition 'view'. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:238:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:275:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gifBaseName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:335:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:418:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmlFileName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:478:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:533:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmlFileName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:588:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:624:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pressIndices [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:667:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:722:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pressIndices [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:765:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:807:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:852:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:889:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gifBaseName [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:932:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoModifier [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:966:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indeterminate [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:991:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable duration [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:1015:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InOutBack [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:280:17: style: Local variable 'slider' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:53:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:280:17: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:319:17: style: Local variable 'slider' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:53:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:319:17: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:580:17: style: Local variable 'swipeDelegate' shadows outer function [shadowFunction] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:65:10: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:580:17: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/gifs/tst_gifs.cpp:214:24: performance: Range variable 'event' should be declared as const reference. [iterateByValue] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:92:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:113:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:133:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:168:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:187:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:207:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/headerview/main.cpp:51:5: style: Class 'TestTableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/screenshots/screenshots.cpp:62:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SNIPPETS_DIR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/styles-cover-flow/styles-cover-flow.cpp:60:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DOC_IMAGES_DIR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:132:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcAssetFixerVerbose [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:412:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcAssetFixer [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:469:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcAssetFixer [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:518:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcAssetFixer [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:528:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lcAssetFixer [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:303:18: style:inconclusive: Boolean expression 'cropLeft' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:303:40: style:inconclusive: Boolean expression 'cropBottom' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:495:18: style: Either there is a missing 'override', or the member function 'AssetFixer::isAssetDirectoryValid' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.h:115:10: note: Either there is a missing 'override', or the member function 'AssetFixer::isAssetDirectoryValid' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:495:18: note: Either there is a missing 'override', or the member function 'AssetFixer::isAssetDirectoryValid' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.h:80:13: performance: Function 'assetDirectory()' should return member 'mAssetDirectory' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:327:38: style:inconclusive: Function 'setShouldWatch' argument 1 names different: declaration 'shouldWatch' definition 'watch'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.h:75:30: note: Function 'setShouldWatch' argument 1 names different: declaration 'shouldWatch' definition 'watch'. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:327:38: note: Function 'setShouldWatch' argument 1 names different: declaration 'shouldWatch' definition 'watch'. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:346:36: style:inconclusive: Function 'setShouldFix' argument 1 names different: declaration 'shouldFix' definition 'fix'. [funcArgNamesDifferent] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.h:78:28: note: Function 'setShouldFix' argument 1 names different: declaration 'shouldFix' definition 'fix'. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:346:36: note: Function 'setShouldFix' argument 1 names different: declaration 'shouldFix' definition 'fix'. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:142:38: style: Local variable 'pixelColor' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:123:26: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:142:38: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:187:38: style: Local variable 'pixelColor' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:169:26: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:187:38: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:231:38: style: Local variable 'pixelColor' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:215:26: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:231:38: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:274:38: style: Local variable 'pixelColor' shadows outer variable [shadowVariable] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:258:26: note: Shadowed declaration qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:274:38: note: Shadow variable qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/directoryvalidator.h:66:13: performance: Function 'path()' should return member 'mPath' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/directoryvalidator.h:70:13: performance: Function 'errorMessage()' should return member 'mErrorMessage' by const reference. [returnByReference] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/main.cpp:67:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_EnableHighDpiScaling [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/viewinqwidget/main.cpp:54:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_STR [valueFlowBailoutIncompleteVar] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:219:1: error: The one definition rule is violated, different classes/structs have the same name 'TestTheme' [ctuOneDefinitionRuleViolation] qtquickcontrols2-everywhere-src-5.15.18/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp:554:1: note: The one definition rule is violated, different classes/structs have the same name 'TestTheme' qtquickcontrols2-everywhere-src-5.15.18/tests/auto/palette/tst_palette.cpp:219:1: note: The one definition rule is violated, different classes/structs have the same name 'TestTheme' diff: head qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:312:31: style:inconclusive: Either there is a missing 'override', or the member function 'QQuickScrollViewPrivate::setScrollBarsInteractive' can be const. [functionConst] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:149:10: note: Either there is a missing 'override', or the member function 'QQuickScrollViewPrivate::setScrollBarsInteractive' can be const. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquickscrollview.cpp:312:31: note: Either there is a missing 'override', or the member function 'QQuickScrollViewPrivate::setScrollBarsInteractive' can be const. head qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:842:67: style: Either there is a missing 'override', or the member function 'QQuickSplitViewPrivate::effectiveSizeData' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview_p_p.h:92:23: note: Either there is a missing 'override', or the member function 'QQuickSplitViewPrivate::effectiveSizeData' can be static. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicksplitview.cpp:842:67: note: Either there is a missing 'override', or the member function 'QQuickSplitViewPrivate::effectiveSizeData' can be static. 2.19.0 qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:455:16: style: The comparison 'oldPos != q->position()' is always false because 'oldPos' and 'q->position()' represent the same value. [knownConditionTrueFalse] qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:440:54: note: 'oldPos' is assigned value 'q->position()' here. qtquickcontrols2-everywhere-src-5.15.18/src/quicktemplates2/qquicktabbar.cpp:455:16: note: The comparison 'oldPos != q->position()' is always false because 'oldPos' and 'q->position()' represent the same value. head qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:495:18: style: Either there is a missing 'override', or the member function 'AssetFixer::isAssetDirectoryValid' can be static. [functionStatic] qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.h:115:10: note: Either there is a missing 'override', or the member function 'AssetFixer::isAssetDirectoryValid' can be static. qtquickcontrols2-everywhere-src-5.15.18/tests/manual/testbench/assetfixer.cpp:495:18: note: Either there is a missing 'override', or the member function 'AssetFixer::isAssetDirectoryValid' can be static. DONE