2024-04-15 19:22 ftp://ftp.de.debian.org/debian/pool/main/c/csoundqt/csoundqt_1.1.1+dfsg0.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --library=python --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.56 compiler: g++ (Debian 12.2.0-14) 12.2.0 cppcheck: head 2.13.0 head-info: 087fd79 (2024-04-15 20:21:32 +0200) count: 1535 1206 elapsed-time: 4.7 3.7 head-timing-info: old-timing-info: head results: CsoundQt-1.1.1/QuteApp/aboutwidget.h:13:2: style: Class 'AboutWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/QuteApp/quteapp.h:39:2: style: Class 'QuteApp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/QuteApp/quteappwizard.h:33:5: style: Class 'QuteAppWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/QuteApp/simpledocument.cpp:35:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_widgetLayouts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/simpledocument.cpp:52:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_view [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:52:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:61:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:117:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:152:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:173:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/simpledocument.h:38:15: style: Virtual function 'init' is called from constructor 'SimpleDocument(QWidget*parent=0,OpEntryParser*opcodeTree=0)' at line 30. Dynamic binding is not used. [virtualCallInConstructor] CsoundQt-1.1.1/QuteApp/simpledocument.cpp:30:2: note: Calling init CsoundQt-1.1.1/QuteApp/simpledocument.h:38:15: note: init is a virtual function CsoundQt-1.1.1/QuteApp/simpledocument.cpp:42:49: style:inconclusive: Function 'registerButton' argument 1 names different: declaration 'button' definition 'b'. [funcArgNamesDifferent] CsoundQt-1.1.1/QuteApp/simpledocument.h:32:42: note: Function 'registerButton' argument 1 names different: declaration 'button' definition 'b'. CsoundQt-1.1.1/QuteApp/simpledocument.cpp:42:49: note: Function 'registerButton' argument 1 names different: declaration 'button' definition 'b'. CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:119:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:155:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:191:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:224:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:247:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_opcodeTree' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_autorun' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_showRunOptions' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_saveOnClose' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_newParser' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_runMode' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:41:10: warning: Member variable 'QuteApp::m_saveState' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/QuteApp/quteapp.cpp:165:52: style: Condition 'doubles' is always false [knownConditionTrueFalse] CsoundQt-1.1.1/QuteApp/quteapp.cpp:163:12: note: Assignment 'doubles=false', assigned value is 0 CsoundQt-1.1.1/QuteApp/quteapp.cpp:165:52: note: Condition 'doubles' is always false CsoundQt-1.1.1/QuteApp/quteapp.cpp:96:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/about.h:36:2: style: Class 'About' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/QuteApp/quteapp.cpp:47:17: style: Local variable 'm_opcodeTree' shadows outer variable [shadowVariable] CsoundQt-1.1.1/QuteApp/quteapp.h:68:17: note: Shadowed declaration CsoundQt-1.1.1/QuteApp/quteapp.cpp:47:17: note: Shadow variable CsoundQt-1.1.1/QuteApp/quteapp.cpp:74:34: performance: Function parameter 'path' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/QuteApp/quteapp.cpp:201:22: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:124:2: style: Iterating over container 'rtmodules' that is always empty. [knownEmptyContainer] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:159:2: style: Iterating over container 'rtmodules' that is always empty. [knownEmptyContainer] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:192:2: style: Iterating over container 'rtmodules' that is always empty. [knownEmptyContainer] CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:225:2: style: Iterating over container 'rtmodules' that is always empty. [knownEmptyContainer] CsoundQt-1.1.1/src/additionalfilespage.h:35:2: style: Class 'AdditionalFilesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/additionalfilespage.cpp:42:48: performance: Function parameter 'files' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/additionalfilespage.cpp:50:60: performance: Function parameter 'directories' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:61:102: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniqueConnection [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/appdetailspage.h:35:2: style: Class 'AppDetailsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:284:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] CsoundQt-1.1.1/src/types.h:128:5: warning:inconclusive: Member variable 'Opcode::isFlag' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/types.h:129:5: warning: Member variable 'Opcode::isFlag' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:118:21: style:inconclusive: Member variable 'CsoundHtmlOnlyWrapper::csoundHtmlView' is in the wrong place in the initializer list. [initializerList] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:42:5: note: Member variable 'CsoundHtmlOnlyWrapper::csoundHtmlView' is in the wrong place in the initializer list. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:118:21: note: Member variable 'CsoundHtmlOnlyWrapper::csoundHtmlView' is in the wrong place in the initializer list. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:116:20: style:inconclusive: Member variable 'CsoundHtmlOnlyWrapper::console' is in the wrong place in the initializer list. [initializerList] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:43:5: note: Member variable 'CsoundHtmlOnlyWrapper::console' is in the wrong place in the initializer list. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:116:20: note: Member variable 'CsoundHtmlOnlyWrapper::console' is in the wrong place in the initializer list. CsoundQt-1.1.1/src/types.h:160:10: style:inconclusive: Technically the member function 'RingBuffer::availableWriteSpace' can be const. [functionConst] CsoundQt-1.1.1/src/types.h:166:10: style:inconclusive: Technically the member function 'RingBuffer::availableReadSpace' can be const. [functionConst] CsoundQt-1.1.1/src/types.h:129:5: style: Class 'Opcode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/csoundoptions.h:33:2: style: Class 'CsoundOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/csoundengine.h:115:2: style: Class 'CsoundEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/console.h:35:2: style: Class 'Console' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/console.h:81:2: style: Class 'DockConsole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/console.h:102:2: style: Class 'ConsoleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/console.h:114:3: style: The destructor '~ConsoleWidget' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/console.h:37:11: note: Virtual destructor in base class CsoundQt-1.1.1/src/console.h:114:3: note: Destructor in derived class CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:54:63: style:inconclusive: Function 'setCsoundHtmlView' argument 1 names different: declaration 'csoundHtmlView' definition 'csoundHtmlView_'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:39:44: note: Function 'setCsoundHtmlView' argument 1 names different: declaration 'csoundHtmlView' definition 'csoundHtmlView_'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:54:63: note: Function 'setCsoundHtmlView' argument 1 names different: declaration 'csoundHtmlView' definition 'csoundHtmlView_'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:58:60: style:inconclusive: Function 'registerConsole' argument 1 names different: declaration 'console' definition 'console_'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:41:41: note: Function 'registerConsole' argument 1 names different: declaration 'console' definition 'console_'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:58:60: note: Function 'registerConsole' argument 1 names different: declaration 'console' definition 'console_'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:176:44: style:inconclusive: Function 'scoreEvent' argument 1 names different: declaration 'type' definition 'opcode'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:80:25: note: Function 'scoreEvent' argument 1 names different: declaration 'type' definition 'opcode'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:176:44: note: Function 'scoreEvent' argument 1 names different: declaration 'type' definition 'opcode'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:176:66: style:inconclusive: Function 'scoreEvent' argument 2 names different: declaration 'pFields' definition 'pfields'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:80:45: note: Function 'scoreEvent' argument 2 names different: declaration 'pFields' definition 'pfields'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:176:66: note: Function 'scoreEvent' argument 2 names different: declaration 'pFields' definition 'pfields'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:176:80: style:inconclusive: Function 'scoreEvent' argument 3 names different: declaration 'numFields' definition 'field_count'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:80:59: note: Function 'scoreEvent' argument 3 names different: declaration 'numFields' definition 'field_count'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:176:80: note: Function 'scoreEvent' argument 3 names different: declaration 'numFields' definition 'field_count'. CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:283:13: style: Local variable 'message' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.h:71:10: note: Shadowed declaration CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:283:13: note: Shadow variable CsoundQt-1.1.1/src/types.h:129:51: performance: Function parameter 'ins' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:223:9: performance: Range variable 'option' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/types.h:185:25: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] CsoundQt-1.1.1/src/types.h:200:31: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] CsoundQt-1.1.1/src/CsoundHtmlOnlyWrapper.cpp:295:26: style: Variable 'code' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:148:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/appwizard.cpp:215:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllDirs [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/appwizard.cpp:361:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOwner [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/appwizard.cpp:475:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOwner [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:59:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:138:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Document [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:223:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Document [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:416:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:430:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:463:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:506:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:530:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:549:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutewidget.h:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.h:563:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.h:571:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FileOpen [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/basedocument.cpp:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/basedocument.cpp:157:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/basedocument.cpp:186:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/basedocument.cpp:266:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/basedocument.cpp:290:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configdialog.cpp:77:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configdialog.cpp:806:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable audioInputToolButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configdialog.cpp:859:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configdialog.cpp:924:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/texteditor.h:107:9: performance: Variable 'm_background' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/configdialog.cpp:1014:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configdialog.cpp:1025:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configdialog.cpp:1056:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AppDataLocation [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutebutton.h:49:7: warning: The class 'QuteButton' defines member function with name 'popUpMenu' also defined in its parent class 'QuteWidget'. [duplInheritedMember] CsoundQt-1.1.1/src/qutewidget.h:103:7: note: Parent function 'QuteWidget::popUpMenu' CsoundQt-1.1.1/src/qutebutton.h:49:7: note: Derived function 'QuteButton::popUpMenu' CsoundQt-1.1.1/src/widgetlayout.h:59:2: style: Class 'WidgetLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/highlighter.h:66:2: style: Class 'Highlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/texteditor.h:33:2: style: Class 'TextEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/texteditor.h:70:2: style: Class 'TextEditLineNumbers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/texteditor.h:102:2: style: Class 'LineNumberArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/eventsheet.h:36:2: style: Class 'EventSheet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/documentview.h:39:2: style: Class 'MySyntaxMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/documentview.h:56:2: style: Class 'HoverWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/documentview.h:68:2: style: Class 'DocumentView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/risset.h:13:5: style: Class 'Risset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutecsound.h:85:5: style: Class 'CsoundQt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutebutton.h:32:2: style: Class 'QuteButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutebutton.h:36:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:47:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:36:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:37:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:49:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:37:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:38:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:65:17: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:38:17: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:39:18: style: The function 'getStringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:67:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:39:18: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:40:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:40:18: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:41:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:41:18: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:42:18: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:42:18: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:43:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:43:18: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:44:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:44:18: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:50:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:50:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:51:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:51:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:53:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:53:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:54:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:54:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:58:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:58:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.h:59:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutebutton.h:59:15: note: Function in derived class CsoundQt-1.1.1/src/widgetlayout.h:75:24: performance: Function 'getWidgets()' should return member 'm_widgets' by const reference. [returnByReference] CsoundQt-1.1.1/src/basedocument.cpp:317:30: style:inconclusive: Function 'record' argument 1 names different: declaration 'mode' definition 'format'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/basedocument.h:79:17: note: Function 'record' argument 1 names different: declaration 'mode' definition 'format'. CsoundQt-1.1.1/src/basedocument.cpp:317:30: note: Function 'record' argument 1 names different: declaration 'mode' definition 'format'. CsoundQt-1.1.1/src/basedocument.cpp:334:39: style:inconclusive: Function 'queueEvent' argument 1 names different: declaration 'line' definition 'eventLine'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/basedocument.h:83:26: note: Function 'queueEvent' argument 1 names different: declaration 'line' definition 'eventLine'. CsoundQt-1.1.1/src/basedocument.cpp:334:39: note: Function 'queueEvent' argument 1 names different: declaration 'line' definition 'eventLine'. CsoundQt-1.1.1/src/texteditor.h:111:34: performance: Function parameter 'debugLines' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/baseview.h:130:50: performance: Function parameter 'format' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.h:233:41: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/basedocument.cpp:177:51: performance: Function parameter 'properties' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/basedocument.cpp:334:39: performance: Function parameter 'eventLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:291:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/appwizard.cpp:326:8: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/appwizard.cpp:359:7: style: Error code from the return value of function dir.cdUp() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/appwizard.cpp:386:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/appwizard.cpp:403:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/appwizard.cpp:429:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/appwizard.cpp:473:7: style: Error code from the return value of function dir.cdUp() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/configlists.cpp:128:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configlists.cpp:166:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configlists.cpp:199:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/configlists.cpp:222:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/pluginspage.h:37:2: style: Class 'PluginsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/appwizard.cpp:45:28: performance: Function parameter 'sdkDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:229:38: performance: Function parameter 'appName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:229:55: performance: Function parameter 'appDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:229:75: performance: Function parameter 'dataFiles' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:230:21: performance: Function parameter 'plugins' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/options.h:33:2: style: Class 'Options' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/appwizard.cpp:230:38: performance: Function parameter 'sdkDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:230:55: performance: Function parameter 'libDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:231:17: performance: Function parameter 'opcodeDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:231:36: performance: Function parameter 'qtLibsDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:268:38: performance: Function parameter 'appName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:268:75: performance: Function parameter 'dataFiles' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:269:21: performance: Function parameter 'plugins' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:269:38: performance: Function parameter 'sdkDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:269:55: performance: Function parameter 'libDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:270:17: performance: Function parameter 'opcodeDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:270:36: performance: Function parameter 'qtLibsDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:327:4: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/appwizard.cpp:339:4: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/appwizard.cpp:371:40: performance: Function parameter 'appName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:371:77: performance: Function parameter 'dataFiles' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:372:23: performance: Function parameter 'plugins' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:372:40: performance: Function parameter 'sdkDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:372:56: performance: Function parameter 'libDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:373:19: performance: Function parameter 'opcodeDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:373:38: performance: Function parameter 'qtLibsDir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:430:3: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/appwizard.cpp:451:3: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/appwizard.cpp:461:3: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/appwizard.cpp:493:41: performance: Function parameter 'libname' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/appwizard.cpp:81:17: style: Variable 'author' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:82:18: style: Variable 'version' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:83:16: style: Variable 'email' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:84:18: style: Variable 'website' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:85:23: style: Variable 'instructions' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:90:10: style: Variable 'libDir' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:91:13: style: Variable 'opcodeDir' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:92:13: style: Variable 'qtLibsDir' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:94:10: style: Variable 'libDir' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:95:13: style: Variable 'opcodeDir' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/appwizard.cpp:96:13: style: Variable 'qtLibsDir' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/configlists.cpp:83:12: style: Obsolete function 'QString::vsprintf' called. It is recommended to use 'QString::vasprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedvsprintfCalled] CsoundQt-1.1.1/src/configlists.h:56:10: performance:inconclusive: Technically the member function 'ConfigLists::isJackRunning' can be static (but you may consider moving to unnamed namespace). [functionStatic] CsoundQt-1.1.1/src/configlists.cpp:285:19: note: Technically the member function 'ConfigLists::isJackRunning' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/configlists.h:56:10: note: Technically the member function 'ConfigLists::isJackRunning' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/configlists.h:59:26: performance:inconclusive: Technically the member function 'ConfigLists::getMidiInputDevices' can be static (but you may consider moving to unnamed namespace). [functionStatic] CsoundQt-1.1.1/src/configlists.cpp:116:37: note: Technically the member function 'ConfigLists::getMidiInputDevices' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/configlists.h:59:26: note: Technically the member function 'ConfigLists::getMidiInputDevices' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/configdialog.cpp:1022:46: performance: Function parameter 'module' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/configdialog.cpp:1031:46: performance: Function parameter 'module' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/configlists.cpp:81:16: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:128:24: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:166:24: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:199:25: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:222:25: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:247:13: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:248:10: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:251:17: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configlists.cpp:252:11: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/configdialog.cpp:827:14: style: Variable 'action' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/configdialog.cpp:863:14: style: Variable 'action' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/configdialog.cpp:924:12: style: Variable 'action' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/configlists.cpp:238:58: performance: Function parameter 'flags' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/configlists.cpp:250:2: performance: Range variable 'flag' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/configdialog.cpp:1055:15: style: Variable 'home' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/console.cpp:79:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseSensitive [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/console.cpp:152:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable End [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/console.cpp:29:10: warning: Member variable 'Console::m_repeatKeys' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/console.cpp:196:14: warning: Member variable 'DockConsole::text' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/console.cpp:223:41: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/csoundoptions.cpp:117:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:418:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] CsoundQt-1.1.1/src/csoundhtmlwrapper.h:96:21: style:inconclusive: Member variable 'CsoundHtmlWrapper::csoundHtmlView' is in the wrong place in the initializer list. [initializerList] CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:36:5: note: Member variable 'CsoundHtmlWrapper::csoundHtmlView' is in the wrong place in the initializer list. CsoundQt-1.1.1/src/csoundhtmlwrapper.h:96:21: note: Member variable 'CsoundHtmlWrapper::csoundHtmlView' is in the wrong place in the initializer list. CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:250:61: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:40:59: style:inconclusive: Function 'setCsoundHtmlView' argument 1 names different: declaration 'csoundHtmlView' definition 'csoundHtmlView_'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/csoundhtmlwrapper.h:38:44: note: Function 'setCsoundHtmlView' argument 1 names different: declaration 'csoundHtmlView' definition 'csoundHtmlView_'. CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:40:59: note: Function 'setCsoundHtmlView' argument 1 names different: declaration 'csoundHtmlView' definition 'csoundHtmlView_'. CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:417:13: style: Local variable 'message' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/csoundhtmlwrapper.h:64:10: note: Shadowed declaration CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:417:13: note: Shadow variable CsoundQt-1.1.1/src/csoundhtmlwrapper.cpp:73:14: style: Variable 'csound' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/node.h:33:2: warning: Member variable 'Port::optional' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/node.h:33:2: warning: Member variable 'Port::connected' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/opentryparser.h:35:2: style: Class 'OpEntryParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/baseview.h:142:16: performance: Function 'getAppProperties()' should return member 'm_appProperties' by const reference. [returnByReference] CsoundQt-1.1.1/src/baseview.cpp:97:27: style: The scope of the variable 'offset' can be reduced. [variableScope] CsoundQt-1.1.1/src/baseview.cpp:421:38: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/baseview.cpp:454:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/baseview.cpp:563:47: performance: Function parameter 'properties' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/curve.cpp:185:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MYFLT [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/curve.cpp:242:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/baseview.cpp:100:14: style: Variable 'sectionText' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/curve.cpp:70:8: warning: Member variable 'Curve::m_original' is not initialized in the copy constructor. [uninitMemberVar] CsoundQt-1.1.1/src/curve.cpp:70:8: warning:inconclusive: Member variable 'Curve::m_title' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] CsoundQt-1.1.1/src/curve.cpp:70:8: warning: Member variable 'Curve::m_curveType' is not initialized in the copy constructor. [uninitMemberVar] CsoundQt-1.1.1/src/curve.cpp:85:15: warning: Member variable 'Curve::m_original' is not assigned a value in 'Curve::operator='. [operatorEqVarError] CsoundQt-1.1.1/src/curve.cpp:85:15: warning:inconclusive: Member variable 'Curve::m_title' is not assigned a value in 'Curve::operator='. [operatorEqVarError] CsoundQt-1.1.1/src/curve.cpp:85:15: warning: Member variable 'Curve::m_curveType' is not assigned a value in 'Curve::operator='. [operatorEqVarError] CsoundQt-1.1.1/src/curve.h:57:13: performance: Function 'get_caption()' should return member 'm_caption' by const reference. [returnByReference] CsoundQt-1.1.1/src/curve.cpp:185:12: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/curve.cpp:190:33: performance: Function parameter 'caption' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/curve.cpp:28:38: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] CsoundQt-1.1.1/src/curve.cpp:229:37: style: Parameter 'curve' can be declared as pointer to const [constParameterPointer] CsoundQt-1.1.1/src/debugpanel.cpp:76:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/debugpanel.cpp:190:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/debugpanel.cpp:223:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/debugpanel.cpp:251:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/debugpanel.cpp:305:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundoptions.cpp:31:16: warning: Member variable 'CsoundOptions::samplerate' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/csoundoptions.cpp:31:16: warning: Member variable 'CsoundOptions::rawWaveActive' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/csoundoptions.cpp:49:2: performance: Variable 'additionalFlags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:59:2: performance: Variable 'fileInputFilename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:61:2: performance: Variable 'fileOutputFilename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:67:2: performance: Variable 'rtAudioModule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:68:2: performance: Variable 'rtInputDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:69:2: performance: Variable 'rtOutputDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:70:2: performance: Variable 'rtJackName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:71:2: performance: Variable 'rtMidiModule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:72:2: performance: Variable 'rtMidiInputDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:73:2: performance: Variable 'rtMidiOutputDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/csoundoptions.cpp:219:16: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundoptions.cpp:220:9: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundoptions.cpp:224:17: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundoptions.cpp:228:16: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundoptions.cpp:231:17: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/dockhelp.cpp:47:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindPrevious [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dockhelp.cpp:317:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindBackward [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dockhelp.cpp:325:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindCaseSensitively [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dockhelp.cpp:333:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindWholeWords [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dockhelp.cpp:342:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dockhelp.cpp:366:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundoptions.cpp:118:3: performance: Range variable 'f' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutescope.h:103:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutescope.h:117:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.h:178:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyledPanel [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:101:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:119:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:172:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:191:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:202:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:294:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CALLBACK_KBD_TEXT [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:363:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:390:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_OUTPUT_CHANNEL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:430:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniqueConnection [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:446:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniqueConnection [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:589:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:618:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:711:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:827:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:935:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:1001:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/csoundengine.cpp:1056:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/debugpanel.cpp:107:18: style: The scope of the variable 'column' can be reduced. [variableScope] CsoundQt-1.1.1/src/debugpanel.cpp:151:33: style:inconclusive: Function 'runToggle' argument 1 names different: declaration 'run' definition 'run_'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/debugpanel.h:51:25: note: Function 'runToggle' argument 1 names different: declaration 'run' definition 'run_'. CsoundQt-1.1.1/src/debugpanel.cpp:151:33: note: Function 'runToggle' argument 1 names different: declaration 'run' definition 'run_'. CsoundQt-1.1.1/src/dockhelp.cpp:172:51: performance: Function parameter 'anchor' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/debugpanel.cpp:103:56: performance: Function parameter 'varList' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/debugpanel.cpp:121:58: performance: Function parameter 'instrumentList' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/debugpanel.cpp:107:25: style: Variable 'column' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/dotgenerator.cpp:55:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dotgenerator.cpp:168:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dotgenerator.cpp:264:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/dotgenerator.h:41:10: performance:inconclusive: Technically the member function 'DotGenerator::makeNodeText' can be static (but you may consider moving to unnamed namespace). [functionStatic] CsoundQt-1.1.1/src/dotgenerator.cpp:205:23: note: Technically the member function 'DotGenerator::makeNodeText' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/dotgenerator.h:41:10: note: Technically the member function 'DotGenerator::makeNodeText' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/dotgenerator.h:47:10: performance:inconclusive: Technically the member function 'DotGenerator::makeinputConnection' can be static (but you may consider moving to unnamed namespace). [functionStatic] CsoundQt-1.1.1/src/dotgenerator.cpp:240:23: note: Technically the member function 'DotGenerator::makeinputConnection' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/dotgenerator.h:47:10: note: Technically the member function 'DotGenerator::makeinputConnection' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/dotgenerator.cpp:252:11: style: Same expression used in consecutive assignments of 'name' and 'label'. [duplicateAssignExpression] CsoundQt-1.1.1/src/dotgenerator.cpp:253:11: note: Same expression used in consecutive assignments of 'name' and 'label'. CsoundQt-1.1.1/src/dotgenerator.cpp:252:11: note: Same expression used in consecutive assignments of 'name' and 'label'. CsoundQt-1.1.1/src/dotgenerator.cpp:146:11: style: The scope of the variable 'opcodeName' can be reduced. [variableScope] CsoundQt-1.1.1/src/dotgenerator.cpp:215:12: style: Local variable 'name' shadows outer argument [shadowArgument] CsoundQt-1.1.1/src/dotgenerator.cpp:207:26: note: Shadowed declaration CsoundQt-1.1.1/src/dotgenerator.cpp:215:12: note: Shadow variable CsoundQt-1.1.1/src/dotgenerator.cpp:228:12: style: Local variable 'name' shadows outer argument [shadowArgument] CsoundQt-1.1.1/src/dotgenerator.cpp:207:26: note: Shadowed declaration CsoundQt-1.1.1/src/dotgenerator.cpp:228:12: note: Shadow variable CsoundQt-1.1.1/src/dotgenerator.cpp:139:43: performance: Function parameter 'parts' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/dotgenerator.cpp:190:4: performance: Range variable 'arg' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/dotgenerator.cpp:207:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/dotgenerator.cpp:240:69: performance: Function parameter 'input' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/dotgenerator.cpp:271:3: performance: Range variable 'key' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/dotgenerator.cpp:208:27: style: Parameter 'inputs' can be declared as reference to const [constParameterReference] CsoundQt-1.1.1/src/dotgenerator.cpp:209:27: style: Parameter 'outputs' can be declared as reference to const [constParameterReference] CsoundQt-1.1.1/src/dotgenerator.cpp:104:78: warning: Either the condition 'allInstrumentLabels[i].size()0' is not redundant CsoundQt-1.1.1/src/csoundengine.cpp:942:19: note: Condition 'status==0' is always true CsoundQt-1.1.1/src/csoundengine.cpp:167:5: warning: Either the condition 'userData' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck] CsoundQt-1.1.1/src/csoundengine.cpp:168:9: note: Assuming that condition 'userData' is not redundant CsoundQt-1.1.1/src/csoundengine.cpp:167:5: note: Null pointer dereference CsoundQt-1.1.1/src/csoundengine.cpp:198:5: warning: Either the condition 'userData' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck] CsoundQt-1.1.1/src/csoundengine.cpp:199:9: note: Assuming that condition 'userData' is not redundant CsoundQt-1.1.1/src/csoundengine.cpp:198:5: note: Null pointer dereference CsoundQt-1.1.1/src/csoundengine.cpp:625:8: warning: Either the condition 'options' is redundant or there is possible null pointer dereference: options. [nullPointerRedundantCheck] CsoundQt-1.1.1/src/csoundengine.cpp:621:9: note: Assuming that condition 'options' is not redundant CsoundQt-1.1.1/src/csoundengine.cpp:625:8: note: Null pointer dereference CsoundQt-1.1.1/src/csoundengine.cpp:72:66: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:100:26: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:102:51: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:105:51: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:118:26: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:120:24: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:132:24: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:165:32: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:179:26: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:196:32: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:211:32: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:264:26: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:272:29: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:280:29: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:286:29: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:297:26: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:299:18: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:317:29: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:718:31: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:730:13: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:732:40: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:738:14: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:784:29: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:823:20: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:830:28: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:841:20: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:850:36: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:873:16: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:876:46: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:882:18: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:909:68: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:1119:32: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/csoundengine.cpp:527:45: style:inconclusive: Function 'registerGraph' argument 1 names different: declaration 'scope' definition 'graph'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/csoundengine.h:218:32: note: Function 'registerGraph' argument 1 names different: declaration 'scope' definition 'graph'. CsoundQt-1.1.1/src/csoundengine.cpp:527:45: note: Function 'registerGraph' argument 1 names different: declaration 'scope' definition 'graph'. CsoundQt-1.1.1/src/csoundengine.cpp:657:38: style:inconclusive: Function 'startRecording' argument 1 names different: declaration 'format' definition 'sampleformat'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/csoundengine.h:210:25: note: Function 'startRecording' argument 1 names different: declaration 'format' definition 'sampleformat'. CsoundQt-1.1.1/src/csoundengine.cpp:657:38: note: Function 'startRecording' argument 1 names different: declaration 'format' definition 'sampleformat'. CsoundQt-1.1.1/src/csoundengine.cpp:657:60: style:inconclusive: Function 'startRecording' argument 2 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/csoundengine.h:210:41: note: Function 'startRecording' argument 2 names different: declaration 'filename' definition 'fileName'. CsoundQt-1.1.1/src/csoundengine.cpp:657:60: note: Function 'startRecording' argument 2 names different: declaration 'filename' definition 'fileName'. CsoundQt-1.1.1/src/csoundengine.cpp:830:22: style: Local variable 'var' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/csoundengine.cpp:823:14: note: Shadowed declaration CsoundQt-1.1.1/src/csoundengine.cpp:830:22: note: Shadow variable CsoundQt-1.1.1/src/csoundengine.cpp:532:37: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/csoundengine.cpp:657:60: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/csoundengine.cpp:689:39: performance: Function parameter 'eventLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/csoundengine.cpp:1189:41: performance: Function parameter 'message' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/csoundengine.cpp:256:56: style: Parameter 'message' can be declared as reference to const [constParameterReference] CsoundQt-1.1.1/src/documentview.cpp:61:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:172:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:213:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:269:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NextCharacter [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:302:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreviousCharacter [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:570:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:586:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:605:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:672:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:729:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:835:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:849:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:875:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1069:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NextCharacter [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1115:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreviousCharacter [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1140:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1171:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1233:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1288:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindCaseSensitively [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1572:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1615:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1653:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1696:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1727:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1744:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1762:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1815:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable End [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1841:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Down [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:1861:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentview.cpp:2016:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:118:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:404:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SectionIncludeLeadingSep [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:866:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:886:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:905:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:1097:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:1110:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Widget [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:1156:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:1583:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/documentpage.cpp:1592:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/filebeditor.cpp:85:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/filebeditor.cpp:54:2: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/filebeditor.cpp:100:2: performance: Range variable 'file' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/findreplace.cpp:37:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable findPushButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:119:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:205:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:229:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:313:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:360:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:393:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:471:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:529:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:680:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:689:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:698:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:707:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:721:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:747:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:771:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:787:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:802:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:866:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:910:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1019:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1031:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1126:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1144:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Delete [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1180:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1199:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1218:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1248:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1278:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1306:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1381:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InsertLineSeparator [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1623:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DragDrop [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/eventsheet.cpp:1637:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/framewidget.cpp:33:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/framewidget.cpp:82:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseFocusReason [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/framewidget.cpp:114:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShiftModifier [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/framewidget.cpp:28:14: warning: Member variable 'FrameWidget::startx' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/framewidget.cpp:28:14: warning: Member variable 'FrameWidget::starty' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/framewidget.cpp:28:14: warning: Member variable 'FrameWidget::oldx' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/framewidget.cpp:28:14: warning: Member variable 'FrameWidget::oldy' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/framewidget.cpp:28:14: warning: Member variable 'FrameWidget::m_widget' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/framewidget.cpp:28:14: warning: Member variable 'FrameWidget::m_resize' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/framewidget.h:35:2: style: Class 'FrameWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/documentpage.cpp:748:31: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/graphicwindow.cpp:30:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/graphicwindow.cpp:109:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/graphicwindow.h:35:2: style: Class 'GraphicWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/documentpage.h:249:15: style: Virtual function 'init' is called from constructor 'DocumentPage(QWidget*parent,OpEntryParser*opcodeTree,ConfigLists*configlists,MidiLearnDialog*midiLearn)' at line 53. Dynamic binding is not used. [virtualCallInConstructor] CsoundQt-1.1.1/src/documentpage.cpp:53:2: note: Calling init CsoundQt-1.1.1/src/documentpage.h:249:15: note: init is a virtual function CsoundQt-1.1.1/src/documentpage.cpp:1313:20: warning: The class 'DocumentPage' defines member function with name 'stop' also defined in its parent class 'BaseDocument'. [duplInheritedMember] CsoundQt-1.1.1/src/basedocument.h:78:7: note: Parent function 'BaseDocument::stop' CsoundQt-1.1.1/src/documentpage.cpp:1313:20: note: Derived function 'DocumentPage::stop' CsoundQt-1.1.1/src/documentpage.cpp:1321:19: warning: The class 'DocumentPage' defines member function with name 'record' also defined in its parent class 'BaseDocument'. [duplInheritedMember] CsoundQt-1.1.1/src/basedocument.h:79:6: note: Parent function 'BaseDocument::record' CsoundQt-1.1.1/src/documentpage.cpp:1321:19: note: Derived function 'DocumentPage::record' CsoundQt-1.1.1/src/liveeventframe.h:41:2: style: Class 'LiveEventFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/liveeventcontrol.h:37:2: style: Class 'LiveEventControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/documentpage.h:74:10: performance: Function 'getMacPresetsText()' should return member 'm_macPresets' by const reference. [returnByReference] CsoundQt-1.1.1/src/documentpage.h:128:10: performance: Function 'getFileName()' should return member 'fileName' by const reference. [returnByReference] CsoundQt-1.1.1/src/documentpage.h:129:10: performance: Function 'getCompanionFileName()' should return member 'companionFile' by const reference. [returnByReference] CsoundQt-1.1.1/src/documentpage.cpp:319:10: style: The scope of the variable 'liveEventsText' can be reduced. [variableScope] CsoundQt-1.1.1/src/documentpage.cpp:671:60: style:inconclusive: Function 'getScheduledEvents' argument 1 names different: declaration 'ksmpscount' definition 'ksmps'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/documentpage.h:120:47: note: Function 'getScheduledEvents' argument 1 names different: declaration 'ksmpscount' definition 'ksmps'. CsoundQt-1.1.1/src/documentpage.cpp:671:60: note: Function 'getScheduledEvents' argument 1 names different: declaration 'ksmpscount' definition 'ksmps'. CsoundQt-1.1.1/src/documentpage.cpp:1044:56: style:inconclusive: Function 'setEditorColors' argument 2 names different: declaration 'background' definition 'bg'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/documentpage.h:167:46: note: Function 'setEditorColors' argument 2 names different: declaration 'background' definition 'bg'. CsoundQt-1.1.1/src/documentpage.cpp:1044:56: note: Function 'setEditorColors' argument 2 names different: declaration 'background' definition 'bg'. CsoundQt-1.1.1/src/documentpage.cpp:1192:47: style:inconclusive: Function 'registerButton' argument 1 names different: declaration 'button' definition 'b'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/documentpage.h:177:42: note: Function 'registerButton' argument 1 names different: declaration 'button' definition 'b'. CsoundQt-1.1.1/src/documentpage.cpp:1192:47: note: Function 'registerButton' argument 1 names different: declaration 'button' definition 'b'. CsoundQt-1.1.1/src/documentpage.cpp:1719:10: style: Local variable 'modified' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/documentpage.h:285:7: note: Shadowed declaration CsoundQt-1.1.1/src/documentpage.cpp:1719:10: note: Shadow variable CsoundQt-1.1.1/src/dotgenerator.h:43:22: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:78:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:259:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:264:40: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:269:41: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:274:35: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:279:35: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:284:43: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:291:43: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:297:43: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:453:46: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:466:48: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:472:46: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:472:64: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:479:50: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:479:68: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:494:42: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:501:56: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:514:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:520:62: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:526:67: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:532:63: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:538:62: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:544:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:550:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:556:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:562:63: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:568:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:574:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:580:62: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:586:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:592:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:610:44: performance: Function parameter 'sheetName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:703:45: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1050:47: performance: Function parameter 'dir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1082:48: performance: Function parameter 'pythonExec' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1172:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1429:48: performance: Function parameter 'options' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1448:57: performance: Function parameter 'newValue' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1579:46: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1589:61: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1668:62: performance: Function parameter 'newName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1701:43: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1715:49: performance: Function parameter 'theme' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:1735:46: performance: Function parameter 'udos' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentpage.cpp:714:31: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentpage.cpp:825:23: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentpage.cpp:844:23: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentpage.cpp:864:23: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentpage.cpp:884:23: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentpage.cpp:903:23: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentpage.cpp:115:14: style: Variable 'baseRet' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/documentpage.cpp:370:12: style: Variable 't' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/highlighter.cpp:68:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Bold [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/inspector.cpp:148:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/highlighter.h:48:29: performance: Function 'parentheses()' should return member 'm_parentheses' by const reference. [returnByReference] CsoundQt-1.1.1/src/highlighter.cpp:1059:24: style: Condition 'opcodeName>m_opcodeList[pos]' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/highlighter.cpp:1053:17: note: Assuming that condition 'opcodeName==m_opcodeList[pos]' is not redundant CsoundQt-1.1.1/src/highlighter.cpp:1059:24: note: Condition 'opcodeName>m_opcodeList[pos]' is always true CsoundQt-1.1.1/src/highlighter.cpp:885:8: style: Redundant initialization for 'index'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/highlighter.cpp:874:12: note: index is initialized CsoundQt-1.1.1/src/highlighter.cpp:885:8: note: index is overwritten CsoundQt-1.1.1/src/highlighter.cpp:938:8: style: Redundant initialization for 'index'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/highlighter.cpp:916:12: note: index is initialized CsoundQt-1.1.1/src/highlighter.cpp:938:8: note: index is overwritten CsoundQt-1.1.1/src/highlighter.cpp:622:55: style:inconclusive: Function 'highlightCsoundBlock' argument 1 names different: declaration 'text' definition 'line'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/highlighter.h:101:43: note: Function 'highlightCsoundBlock' argument 1 names different: declaration 'text' definition 'line'. CsoundQt-1.1.1/src/highlighter.cpp:622:55: note: Function 'highlightCsoundBlock' argument 1 names different: declaration 'text' definition 'line'. CsoundQt-1.1.1/src/highlighter.cpp:876:17: style: Local variable 'expression' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/highlighter.cpp:873:10: note: Shadowed declaration CsoundQt-1.1.1/src/highlighter.cpp:876:17: note: Shadow variable CsoundQt-1.1.1/src/highlighter.cpp:877:7: style: Local variable 'index' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/highlighter.cpp:874:6: note: Shadowed declaration CsoundQt-1.1.1/src/highlighter.cpp:877:7: note: Shadow variable CsoundQt-1.1.1/src/highlighter.cpp:918:11: style: Local variable 'expression' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/highlighter.cpp:915:10: note: Shadowed declaration CsoundQt-1.1.1/src/highlighter.cpp:918:11: note: Shadow variable CsoundQt-1.1.1/src/highlighter.cpp:919:7: style: Local variable 'index' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/highlighter.cpp:916:6: note: Shadowed declaration CsoundQt-1.1.1/src/highlighter.cpp:919:7: note: Shadow variable CsoundQt-1.1.1/src/highlighter.cpp:928:11: style: Local variable 'expression' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/highlighter.cpp:915:10: note: Shadowed declaration CsoundQt-1.1.1/src/highlighter.cpp:928:11: note: Shadow variable CsoundQt-1.1.1/src/highlighter.cpp:929:7: style: Local variable 'index' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/highlighter.cpp:916:6: note: Shadowed declaration CsoundQt-1.1.1/src/highlighter.cpp:929:7: note: Shadow variable CsoundQt-1.1.1/src/highlighter.cpp:317:48: performance: Function parameter 'tag' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/highlighter.cpp:1045:37: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/highlighter.cpp:1064:39: performance: Function parameter 'udos' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/highlighter.cpp:550:18: style: Variable 'userData' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/inspector.h:34:2: warning: Member variable 'TreeItem::m_line' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/inspector.h:35:2: warning: Member variable 'TreeItem::m_line' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/inspector.h:54:2: style: Class 'Inspector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/inspector.h:58:17: performance: Function 'getParsedUDOs()' should return member 'm_opcodes' by const reference. [returnByReference] CsoundQt-1.1.1/src/inspector.h:59:22: performance: Function 'getUdosVector()' should return member 'udosVector' by const reference. [returnByReference] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:34:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable restorePushButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:118:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/inspector.cpp:199:34: style: Condition 'currentOpcode!=nullptr' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/inspector.cpp:80:10: style: The scope of the variable 'insideSco' can be reduced. [variableScope] CsoundQt-1.1.1/src/inspector.cpp:264:14: style: Local variable 'i' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/inspector.cpp:117:9: note: Shadowed declaration CsoundQt-1.1.1/src/inspector.cpp:264:14: note: Shadow variable CsoundQt-1.1.1/src/inspector.h:34:44: performance: Function parameter 'columnslist' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/inspector.h:35:48: performance: Function parameter 'columnslist' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/inspector.h:40:31: performance: Function parameter 'args' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/inspector.h:41:32: performance: Function parameter 'args' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/inspector.cpp:112:15: style: Variable 'currentInstrument' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/inspector.cpp:252:25: style: Variable 'currentItem' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/inspector.cpp:253:23: style: Variable 'insideSco' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/inspector.cpp:81:10: style: Variable 'insideOrc' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:155:48: style: Condition 'key==16777249' is always false [knownConditionTrueFalse] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:155:41: style: Same expression on both sides of '||'. [duplicateExpression] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:26:80: performance: Function parameter 'keyActions' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:67:47: performance: Function parameter 'shortcut' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/keyboardshortcuts.cpp:79:48: performance: Function parameter 'action' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/liveeventcontrol.cpp:30:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventcontrol.cpp:72:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventcontrol.cpp:96:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventcontrol.cpp:163:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventcontrol.cpp:207:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventcontrol.cpp:245:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventcontrol.cpp:210:21: style: Local variable 'item' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/liveeventcontrol.cpp:196:20: note: Shadowed declaration CsoundQt-1.1.1/src/liveeventcontrol.cpp:210:21: note: Shadow variable CsoundQt-1.1.1/src/liveeventcontrol.cpp:128:60: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/livecodeeditor.cpp:54:43: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/liveeventframe.cpp:190:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventframe.cpp:276:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/liveeventframe.h:49:10: performance: Function 'getName()' should return member 'm_name' by const reference. [returnByReference] CsoundQt-1.1.1/src/liveeventframe.cpp:124:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/liveeventframe.cpp:202:42: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/main.cpp:84:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/main.cpp:97:5: performance: Range variable 'arg' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/eventsheet.cpp:907:10: style: Error code from the return value of function tempDir.cd() is not used. [ignoredReturnErrorCode] CsoundQt-1.1.1/src/eventsheet.cpp:904:44: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:906:29: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1055:2: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1238:2: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1248:28: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1251:19: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1264:2: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1269:14: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1271:14: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1273:11: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] CsoundQt-1.1.1/src/eventsheet.cpp:1348:28: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] CsoundQt-1.1.1/src/eventsheet.cpp:1352:28: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall] CsoundQt-1.1.1/src/eventsheet.cpp:241:52: style: Condition 'cellText!=""' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/eventsheet.cpp:241:33: note: Assuming that condition 'cellText=="."' is not redundant CsoundQt-1.1.1/src/eventsheet.cpp:241:52: note: Condition 'cellText!=""' is always true CsoundQt-1.1.1/src/midihandler.cpp:98:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/midihandler.cpp:122:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/eventsheet.cpp:386:56: style:inconclusive: Function 'setCell' argument 3 names different: declaration 'text' definition 'value'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/eventsheet.h:49:45: note: Function 'setCell' argument 3 names different: declaration 'text' definition 'value'. CsoundQt-1.1.1/src/eventsheet.cpp:386:56: note: Function 'setCell' argument 3 names different: declaration 'text' definition 'value'. CsoundQt-1.1.1/src/eventsheet.cpp:897:36: style:inconclusive: Function 'runScript' argument 1 names different: declaration 'script' definition 'name'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/eventsheet.h:113:25: note: Function 'runScript' argument 1 names different: declaration 'script' definition 'name'. CsoundQt-1.1.1/src/eventsheet.cpp:897:36: note: Function 'runScript' argument 1 names different: declaration 'script' definition 'name'. CsoundQt-1.1.1/src/eventsheet.cpp:324:38: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/eventsheet.cpp:669:45: performance: Function parameter 'dir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/eventsheet.cpp:812:46: performance: Function parameter 'outFileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/eventsheet.cpp:663:15: style: Variable 'text' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/node.h:51:10: style:inconclusive: Technically the member function 'Node::getName' can be const. [functionConst] CsoundQt-1.1.1/src/node.cpp:46:15: note: Technically the member function 'Node::getName' can be const. CsoundQt-1.1.1/src/node.h:51:10: note: Technically the member function 'Node::getName' can be const. CsoundQt-1.1.1/src/node.h:53:10: style:inconclusive: Technically the member function 'Node::getComment' can be const. [functionConst] CsoundQt-1.1.1/src/node.cpp:56:15: note: Technically the member function 'Node::getComment' can be const. CsoundQt-1.1.1/src/node.h:53:10: note: Technically the member function 'Node::getComment' can be const. CsoundQt-1.1.1/src/node.h:56:16: style:inconclusive: Technically the member function 'Node::getInputs' can be const. [functionConst] CsoundQt-1.1.1/src/node.cpp:71:21: note: Technically the member function 'Node::getInputs' can be const. CsoundQt-1.1.1/src/node.h:56:16: note: Technically the member function 'Node::getInputs' can be const. CsoundQt-1.1.1/src/node.h:57:16: style:inconclusive: Technically the member function 'Node::getOutputs' can be const. [functionConst] CsoundQt-1.1.1/src/node.cpp:76:21: note: Technically the member function 'Node::getOutputs' can be const. CsoundQt-1.1.1/src/node.h:57:16: note: Technically the member function 'Node::getOutputs' can be const. CsoundQt-1.1.1/src/node.h:60:7: style:inconclusive: Technically the member function 'Node::inputPortConnected' can be const. [functionConst] CsoundQt-1.1.1/src/node.cpp:91:12: note: Technically the member function 'Node::inputPortConnected' can be const. CsoundQt-1.1.1/src/node.h:60:7: note: Technically the member function 'Node::inputPortConnected' can be const. CsoundQt-1.1.1/src/node.h:62:7: style:inconclusive: Technically the member function 'Node::outputPortConnected' can be const. [functionConst] CsoundQt-1.1.1/src/node.cpp:107:12: note: Technically the member function 'Node::outputPortConnected' can be const. CsoundQt-1.1.1/src/node.h:62:7: note: Technically the member function 'Node::outputPortConnected' can be const. CsoundQt-1.1.1/src/node.h:51:10: performance: Function 'getName()' should return member 'm_name' by const reference. [returnByReference] CsoundQt-1.1.1/src/node.h:53:10: performance: Function 'getComment()' should return member 'm_comment' by const reference. [returnByReference] CsoundQt-1.1.1/src/node.h:56:16: performance: Function 'getInputs()' should return member 'm_inputs' by const reference. [returnByReference] CsoundQt-1.1.1/src/node.h:57:16: performance: Function 'getOutputs()' should return member 'm_outputs' by const reference. [returnByReference] CsoundQt-1.1.1/src/node.cpp:41:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/node.cpp:51:31: performance: Function parameter 'comment' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/node.cpp:61:26: performance: Function parameter 'input' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/node.cpp:66:27: performance: Function parameter 'output' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/node.cpp:81:36: performance: Function parameter 'inputs' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/node.cpp:86:37: performance: Function parameter 'outputs' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pluginspage.h:45:10: performance: Function 'getOpcodeDir()' should return member 'm_opcodeDir' by const reference. [returnByReference] CsoundQt-1.1.1/src/options.cpp:44:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/opentryparser.cpp:32:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/opentryparser.cpp:276:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::tabIndents' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::autoCompleteDelay' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::autoParameterMode' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::tabShortcutActive' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::highlightScore' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::useInvalue' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::noBuffer' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::noPython' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::noMessages' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::noEvents' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:28:10: warning: Member variable 'Options::debugPort' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/options.cpp:36:5: performance: Variable 'font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:38:5: performance: Variable 'theme' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:42:5: performance: Variable 'consoleFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:44:5: performance: Variable 'consoleFontColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:45:5: performance: Variable 'consoleBgColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:46:5: performance: Variable 'editorBgColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:50:5: performance: Variable 'highlightingTheme' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:86:5: performance: Variable 'csdPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:89:5: performance: Variable 'defaultCsd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:91:5: performance: Variable 'opcodexmldir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:93:5: performance: Variable 'favoriteDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:94:5: performance: Variable 'examplePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:95:5: performance: Variable 'pythonDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:96:5: performance: Variable 'pythonExecutable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:100:5: performance: Variable 'csoundExecutable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:102:5: performance: Variable 'logFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:103:5: performance: Variable 'sdkDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:104:5: performance: Variable 'templateDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:112:5: performance: Variable 'terminal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:113:5: performance: Variable 'browser' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:114:5: performance: Variable 'dot' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:115:5: performance: Variable 'waveeditor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:116:5: performance: Variable 'waveplayer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:117:5: performance: Variable 'pdfviewer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:120:5: performance: Variable 'csdTemplate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:123:5: performance: Variable 'cvInputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:124:5: performance: Variable 'cvOutputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:125:5: performance: Variable 'cvSampleRate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:126:5: performance: Variable 'cvBeginTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:127:5: performance: Variable 'cvDuration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:128:5: performance: Variable 'cvChannels' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:130:5: performance: Variable 'hetInputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:131:5: performance: Variable 'hetOutputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:132:5: performance: Variable 'hetSampleRate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:133:5: performance: Variable 'hetChannel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:134:5: performance: Variable 'hetBeginTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:135:5: performance: Variable 'hetDuration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:136:5: performance: Variable 'hetStartFrequency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:137:5: performance: Variable 'hetNumPartials' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:138:5: performance: Variable 'hetMaxAmplitude' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:139:5: performance: Variable 'hetMinAplitude' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:140:5: performance: Variable 'hetNumBreakPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:141:5: performance: Variable 'hetFilterCutoff' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:143:5: performance: Variable 'lpInputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:144:5: performance: Variable 'lpOutputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:145:5: performance: Variable 'lpSampleRate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:146:5: performance: Variable 'lpChannel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:147:5: performance: Variable 'lpBeginTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:148:5: performance: Variable 'lpDuration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:149:5: performance: Variable 'lpNumPoles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:150:5: performance: Variable 'lpHopSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:151:5: performance: Variable 'lpLowestFreq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:155:5: performance: Variable 'pvInputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:156:5: performance: Variable 'pvOutputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:157:5: performance: Variable 'pvSampleRate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:158:5: performance: Variable 'pvChannel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:159:5: performance: Variable 'pvBeginTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:160:5: performance: Variable 'pvDuration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:161:5: performance: Variable 'pvFrameSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:162:5: performance: Variable 'pvOverlap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:164:5: performance: Variable 'pvBeta' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:166:5: performance: Variable 'atsInputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:167:5: performance: Variable 'atsOutputName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:168:5: performance: Variable 'atsBeginTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:169:5: performance: Variable 'atsEndTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:170:5: performance: Variable 'atsLowestFreq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:171:5: performance: Variable 'atsHighestFreq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:172:5: performance: Variable 'atsFreqDeviat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:173:5: performance: Variable 'atsWinCycle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:174:5: performance: Variable 'atsHopSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:175:5: performance: Variable 'atsLowestMag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:176:5: performance: Variable 'atsTrackLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:177:5: performance: Variable 'atsMinSegLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:178:5: performance: Variable 'atsMinGapLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:179:5: performance: Variable 'atsSmrThresh' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:180:5: performance: Variable 'atsLastPkCon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/options.cpp:181:5: performance: Variable 'atsSmrContr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/pyqcsobject.cpp:284:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/pyqcsobject.cpp:305:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CONTROL_CHANNEL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/pyqcsobject.cpp:329:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_STRING_CHANNEL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/pythonconsole.cpp:45:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RedirectStdOut [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/pythonconsole.cpp:80:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutesheet.h:40:2: style: Class 'QuteSheet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/pythonconsole.h:36:2: style: Class 'PythonConsole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/pyqcsobject.cpp:36:15: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/pyqcsobject.cpp:286:11: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/pyqcsobject.cpp:328:35: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/pythonconsole.cpp:58:38: performance: Function parameter 'evalCode' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pythonconsole.cpp:123:39: performance: Function parameter 'evalCode' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:278:57: style:inconclusive: Function 'setCsChannel' argument 2 names different: declaration 'value' definition 'stringValue'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/pyqcsobject.h:70:45: note: Function 'setCsChannel' argument 2 names different: declaration 'value' definition 'stringValue'. CsoundQt-1.1.1/src/pyqcsobject.cpp:278:57: note: Function 'setCsChannel' argument 2 names different: declaration 'value' definition 'stringValue'. CsoundQt-1.1.1/src/pythonconsole.cpp:75:11: style: Variable 'set' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/pyqcsobject.cpp:86:40: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:114:38: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:119:34: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:124:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:129:34: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:134:34: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:139:42: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:144:42: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:149:42: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:154:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:235:43: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:241:45: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:246:44: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:246:61: performance: Function parameter 'value' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:251:47: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:256:40: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:278:40: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:278:57: performance: Function parameter 'stringValue' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:296:42: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:318:49: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:342:45: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:342:63: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:347:49: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:347:67: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:367:55: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:374:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:380:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:385:66: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:390:62: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:395:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:400:46: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:405:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:410:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:415:58: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:420:62: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:425:58: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:430:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:435:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:440:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:445:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:450:41: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:460:53: performance: Function parameter 'sheetName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:488:37: performance: Function parameter 'events' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:501:48: performance: Function parameter 'events' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:567:42: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.h:45:42: style:inconclusive: Technically the member function 'OpEntryParser::getOpcodesByCategory' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:210:56: note: Technically the member function 'OpEntryParser::getOpcodesByCategory' can be const. CsoundQt-1.1.1/src/opentryparser.h:45:42: note: Technically the member function 'OpEntryParser::getOpcodesByCategory' can be const. CsoundQt-1.1.1/src/opentryparser.h:46:6: style:inconclusive: Technically the member function 'OpEntryParser::getCategoryCount' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:215:20: note: Technically the member function 'OpEntryParser::getCategoryCount' can be const. CsoundQt-1.1.1/src/opentryparser.h:46:6: note: Technically the member function 'OpEntryParser::getCategoryCount' can be const. CsoundQt-1.1.1/src/opentryparser.h:47:10: style:inconclusive: Technically the member function 'OpEntryParser::getCategory' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:220:24: note: Technically the member function 'OpEntryParser::getCategory' can be const. CsoundQt-1.1.1/src/opentryparser.h:47:10: note: Technically the member function 'OpEntryParser::getCategory' can be const. CsoundQt-1.1.1/src/opentryparser.h:49:16: style:inconclusive: Technically the member function 'OpEntryParser::getOpcodeList' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:232:30: note: Technically the member function 'OpEntryParser::getOpcodeList' can be const. CsoundQt-1.1.1/src/opentryparser.h:49:16: note: Technically the member function 'OpEntryParser::getOpcodeList' can be const. CsoundQt-1.1.1/src/opentryparser.h:50:7: style:inconclusive: Technically the member function 'OpEntryParser::isOpcode' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:237:21: note: Technically the member function 'OpEntryParser::isOpcode' can be const. CsoundQt-1.1.1/src/opentryparser.h:50:7: note: Technically the member function 'OpEntryParser::isOpcode' can be const. CsoundQt-1.1.1/src/opentryparser.h:51:7: style:inconclusive: Technically the member function 'OpEntryParser::getOpcodeArgNames' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:250:21: note: Technically the member function 'OpEntryParser::getOpcodeArgNames' can be const. CsoundQt-1.1.1/src/opentryparser.h:51:7: note: Technically the member function 'OpEntryParser::getOpcodeArgNames' can be const. CsoundQt-1.1.1/src/opentryparser.h:53:12: style:inconclusive: Technically the member function 'OpEntryParser::findOpcode' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:156:23: note: Technically the member function 'OpEntryParser::findOpcode' can be const. CsoundQt-1.1.1/src/opentryparser.h:53:12: note: Technically the member function 'OpEntryParser::findOpcode' can be const. CsoundQt-1.1.1/src/opentryparser.h:54:10: style:inconclusive: Technically the member function 'OpEntryParser::isKnownOpcode' can be const. [functionConst] CsoundQt-1.1.1/src/opentryparser.cpp:152:21: note: Technically the member function 'OpEntryParser::isKnownOpcode' can be const. CsoundQt-1.1.1/src/opentryparser.h:54:10: note: Technically the member function 'OpEntryParser::isKnownOpcode' can be const. CsoundQt-1.1.1/src/opentryparser.h:45:42: performance: Function 'getOpcodesByCategory()' should return member 'opcodeCategoryList' by const reference. [returnByReference] CsoundQt-1.1.1/src/opentryparser.cpp:144:51: style:inconclusive: Function 'addFlag' argument 2 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/opentryparser.h:66:40: note: Function 'addFlag' argument 2 names different: declaration 'description' definition 'desc'. CsoundQt-1.1.1/src/opentryparser.cpp:144:51: note: Function 'addFlag' argument 2 names different: declaration 'description' definition 'desc'. CsoundQt-1.1.1/src/opentryparser.cpp:101:38: performance: Function parameter 'opcodeFile' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:138:38: performance: Function parameter 'opcode' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:144:37: performance: Function parameter 'flag' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:144:51: performance: Function parameter 'desc' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:152:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:156:42: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:166:29: performance: Function parameter 'opc' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:180:42: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/opentryparser.cpp:237:38: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/pyqcsobject.cpp:259:9: style: Unused variable: p [unusedVariable] CsoundQt-1.1.1/src/pyqcsobject.cpp:561:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecheckbox.cpp:33:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecheckbox.cpp:243:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecheckbox.cpp:271:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecombobox.cpp:34:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecombobox.cpp:238:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecheckbox.h:32:2: style: Class 'QuteCheckBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutecheckbox.h:36:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:47:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:36:15: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:38:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:65:17: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:38:17: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:40:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:40:18: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:41:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:41:18: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:42:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:42:18: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:43:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:43:18: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:44:21: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:44:21: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:45:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:45:15: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:46:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:46:15: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:48:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:48:15: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:49:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:49:15: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:55:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:55:15: note: Function in derived class CsoundQt-1.1.1/src/qutecheckbox.h:56:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecheckbox.h:56:15: note: Function in derived class CsoundQt-1.1.1/src/qutebutton.cpp:28:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutebutton.cpp:220:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutebutton.cpp:331:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutebutton.cpp:543:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutebutton.cpp:616:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecheckbox.cpp:144:6: style: Redundant initialization for 'qml'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/qutecheckbox.cpp:139:17: note: qml is initialized CsoundQt-1.1.1/src/qutecheckbox.cpp:144:6: note: qml is overwritten CsoundQt-1.1.1/src/qutecombobox.h:32:2: style: Class 'QuteComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutecombobox.h:35:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:35:18: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:36:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:36:18: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:37:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:37:18: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:38:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:38:18: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:39:18: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:39:18: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:40:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:40:15: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:41:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:41:15: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:45:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:45:15: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:46:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:46:15: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:49:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:49:15: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.h:50:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutecombobox.h:50:15: note: Function in derived class CsoundQt-1.1.1/src/qutecombobox.cpp:56:27: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecombobox.cpp:104:55: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecombobox.cpp:147:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecombobox.cpp:135:6: style: Redundant initialization for 'qml'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/qutecombobox.cpp:123:14: note: qml is initialized CsoundQt-1.1.1/src/qutecombobox.cpp:135:6: note: qml is overwritten CsoundQt-1.1.1/src/qutecombobox.cpp:54:10: style: Local variable 'line' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutecombobox.h:57:13: note: Shadowed declaration CsoundQt-1.1.1/src/qutecombobox.cpp:54:10: note: Shadow variable CsoundQt-1.1.1/src/qutecombobox.cpp:71:10: style: Local variable 'line' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutecombobox.h:57:13: note: Shadowed declaration CsoundQt-1.1.1/src/qutecombobox.cpp:71:10: note: Shadow variable CsoundQt-1.1.1/src/qutecombobox.cpp:180:36: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecombobox.cpp:188:2: performance: Range variable 'item' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecombobox.cpp:203:64: performance: Function parameter 'stringvalue' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecombobox.cpp:28:10: style: Variable 'w' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutecombobox.cpp:28:10: style: Variable 'w' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/quteconsole.cpp:33:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteconsole.h:33:2: style: Class 'QuteConsole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/quteconsole.h:37:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteconsole.h:37:18: note: Function in derived class CsoundQt-1.1.1/src/quteconsole.h:38:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteconsole.h:38:18: note: Function in derived class CsoundQt-1.1.1/src/quteconsole.h:39:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteconsole.h:39:18: note: Function in derived class CsoundQt-1.1.1/src/quteconsole.h:40:15: style: The function 'setWidgetGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:46:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteconsole.h:40:15: note: Function in derived class CsoundQt-1.1.1/src/quteconsole.h:41:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteconsole.h:41:18: note: Function in derived class CsoundQt-1.1.1/src/quteconsole.cpp:95:41: performance: Function parameter 'message' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutebutton.cpp:425:18: warning: The class 'QuteButton' defines member function with name 'popUpMenu' also defined in its parent class 'QuteWidget'. [duplInheritedMember] CsoundQt-1.1.1/src/qutewidget.h:103:7: note: Parent function 'QuteWidget::popUpMenu' CsoundQt-1.1.1/src/qutebutton.cpp:425:18: note: Derived function 'QuteButton::popUpMenu' CsoundQt-1.1.1/src/qutebutton.cpp:187:6: style: Redundant initialization for 'qml'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/qutebutton.cpp:183:14: note: qml is initialized CsoundQt-1.1.1/src/qutebutton.cpp:187:6: note: qml is overwritten CsoundQt-1.1.1/src/qutebutton.cpp:142:10: style: Local variable 'line' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutebutton.h:73:13: note: Shadowed declaration CsoundQt-1.1.1/src/qutebutton.cpp:142:10: note: Shadow variable CsoundQt-1.1.1/src/qutebutton.cpp:162:10: style: Local variable 'line' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutebutton.h:73:13: note: Shadowed declaration CsoundQt-1.1.1/src/qutebutton.cpp:162:10: note: Shadow variable CsoundQt-1.1.1/src/qutebutton.cpp:550:22: warning: Either the condition 'lineElements.size()>0' is redundant or expression 'lineElements[0]' causes access out of bounds. [containerOutOfBounds] CsoundQt-1.1.1/src/qutebutton.cpp:547:34: note: Assuming that condition 'lineElements.size()>0' is not redundant CsoundQt-1.1.1/src/qutebutton.cpp:550:22: note: Access out of bounds CsoundQt-1.1.1/src/qutedummy.cpp:29:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutebutton.cpp:218:29: style: Variable 'turnOffLine' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutedummy.h:32:2: style: Class 'QuteDummy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutedummy.h:35:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutedummy.h:35:18: note: Function in derived class CsoundQt-1.1.1/src/qutedummy.h:36:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutedummy.h:36:18: note: Function in derived class CsoundQt-1.1.1/src/qutedummy.h:37:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutedummy.h:37:18: note: Function in derived class CsoundQt-1.1.1/src/quteknob.cpp:29:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.cpp:104:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FlatCap [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.cpp:122:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.cpp:168:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.cpp:413:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.cpp:422:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.cpp:439:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteknob.h:36:5: warning: Member variable 'QVdial::m_base_value' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/quteknob.h:153:18: style: Virtual function 'setColor' is called from constructor 'QuteKnob(QWidget*parent)' at line 181. Dynamic binding is not used. [virtualCallInConstructor] CsoundQt-1.1.1/src/quteknob.cpp:181:5: note: Calling setColor CsoundQt-1.1.1/src/quteknob.h:153:18: note: setColor is a virtual function CsoundQt-1.1.1/src/quteknob.h:154:18: style: Virtual function 'setTextColor' is called from constructor 'QuteKnob(QWidget*parent)' at line 182. Dynamic binding is not used. [virtualCallInConstructor] CsoundQt-1.1.1/src/quteknob.cpp:182:5: note: Calling setTextColor CsoundQt-1.1.1/src/quteknob.h:154:18: note: setTextColor is a virtual function CsoundQt-1.1.1/src/quteknob.h:36:5: style: Class 'QVdial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/quteknob.h:135:2: style: Class 'QuteKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/quteknob.h:138:15: style: The function 'setWidgetGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:46:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:138:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:139:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:139:18: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:140:18: style: The function 'getCsladspaLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:60:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:140:18: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:141:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:141:18: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:142:21: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:142:21: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:143:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:143:18: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:144:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:144:18: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:147:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:147:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:148:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:148:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:150:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:150:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:151:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:151:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:157:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:157:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.h:158:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteknob.h:158:15: note: Function in derived class CsoundQt-1.1.1/src/quteknob.cpp:330:9: style: Redundant initialization for 'qml'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/quteknob.cpp:326:17: note: qml is initialized CsoundQt-1.1.1/src/quteknob.cpp:330:9: note: qml is overwritten CsoundQt-1.1.1/src/quteknob.cpp:35:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] CsoundQt-1.1.1/src/quteknob.cpp:77:22: style: Variable 'rect' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/documentview.cpp:1979:15: warning: Member variable 'MySyntaxMenu::insertComplete' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/documentview.cpp:387:20: style: Redundant condition: The condition 'section == -1' is redundant since 'section < 0' is sufficient. [redundantCondition] CsoundQt-1.1.1/src/documentview.cpp:693:46: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/documentview.cpp:1223:12: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/documentview.cpp:1846:20: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/documentview.cpp:169:2: style: Statements following 'return' will never be executed. [unreachableCode] CsoundQt-1.1.1/src/documentview.cpp:889:18: style: The scope of the variable 'menuWordsSeen' can be reduced. [variableScope] CsoundQt-1.1.1/src/documentview.cpp:891:9: style: The scope of the variable 'commentIndex' can be reduced. [variableScope] CsoundQt-1.1.1/src/documentview.cpp:246:14: style: Local variable 'line' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/documentview.cpp:214:10: note: Shadowed declaration CsoundQt-1.1.1/src/documentview.cpp:246:14: note: Shadow variable CsoundQt-1.1.1/src/documentview.cpp:808:18: style: Local variable 'data' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/documentview.cpp:786:17: note: Shadowed declaration CsoundQt-1.1.1/src/documentview.cpp:808:18: note: Shadow variable CsoundQt-1.1.1/src/documentview.cpp:1914:12: style: Local variable 'comment' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/documentview.h:145:7: note: Shadowed declaration CsoundQt-1.1.1/src/documentview.cpp:1914:12: note: Shadow variable CsoundQt-1.1.1/src/documentview.cpp:1940:12: style: Local variable 'comment' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/documentview.h:145:7: note: Shadowed declaration CsoundQt-1.1.1/src/documentview.cpp:1940:12: note: Shadow variable CsoundQt-1.1.1/src/documentview.cpp:175:3: performance: Range variable 'startText' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/documentview.cpp:205:45: performance: Function parameter 'orc' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentview.cpp:216:3: performance: Range variable 'startText' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/documentview.cpp:346:58: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentview.cpp:1753:63: performance: Function parameter 'lines' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentview.cpp:1899:46: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentview.cpp:1925:47: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentview.cpp:1975:46: performance: Function parameter 'udos' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/documentview.cpp:711:21: style: Variable 'info' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/documentview.cpp:762:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/documentview.cpp:792:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/documentview.cpp:176:36: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentview.cpp:217:36: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/documentview.cpp:999:21: style: Unused variable: menuWords [unusedVariable] CsoundQt-1.1.1/src/documentview.cpp:1765:17: style: Variable 'text' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutemeter.cpp:57:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:325:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:612:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:825:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:856:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:875:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:898:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:935:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:66:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:208:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:354:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:537:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:691:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:793:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable yellow [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1451:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1507:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1527:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1586:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1616:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1666:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1754:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1780:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1919:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutegraph.cpp:1941:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_vertical' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_value' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_value2' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_xmin' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_xmax' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_ymin' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_ymax' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_metertype' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.cpp:610:14: warning: Member variable 'MeterWidget::m_pointSize' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutemeter.h:36:2: style: Class 'QuteMeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutemeter.h:99:2: style: Class 'MeterWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutemeter.h:40:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:40:15: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:41:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:41:15: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:43:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:43:18: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:44:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:44:18: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:45:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:45:18: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:46:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:46:18: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:47:21: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:47:21: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:55:15: style: The function 'setWidgetGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:46:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:55:15: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:57:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:57:15: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:59:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:59:15: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:60:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:60:15: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:61:7: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutemeter.h:61:7: note: Function in derived class CsoundQt-1.1.1/src/qutemeter.h:125:10: performance: Function 'getType()' should return member 'm_type' by const reference. [returnByReference] CsoundQt-1.1.1/src/qutemeter.cpp:698:36: style:inconclusive: Function 'setValue2' argument 1 names different: declaration 'value2' definition 'value'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutemeter.h:103:24: note: Function 'setValue2' argument 1 names different: declaration 'value2' definition 'value'. CsoundQt-1.1.1/src/qutemeter.cpp:698:36: note: Function 'setValue2' argument 1 names different: declaration 'value2' definition 'value'. CsoundQt-1.1.1/src/qutemeter.cpp:829:36: style:inconclusive: Function 'setRanges' argument 1 names different: declaration 'minx' definition 'xmin'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutemeter.h:106:24: note: Function 'setRanges' argument 1 names different: declaration 'minx' definition 'xmin'. CsoundQt-1.1.1/src/qutemeter.cpp:829:36: note: Function 'setRanges' argument 1 names different: declaration 'minx' definition 'xmin'. CsoundQt-1.1.1/src/qutemeter.cpp:829:49: style:inconclusive: Function 'setRanges' argument 2 names different: declaration 'maxx' definition 'xmax'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutemeter.h:106:37: note: Function 'setRanges' argument 2 names different: declaration 'maxx' definition 'xmax'. CsoundQt-1.1.1/src/qutemeter.cpp:829:49: note: Function 'setRanges' argument 2 names different: declaration 'maxx' definition 'xmax'. CsoundQt-1.1.1/src/qutemeter.cpp:829:62: style:inconclusive: Function 'setRanges' argument 3 names different: declaration 'miny' definition 'ymin'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutemeter.h:106:50: note: Function 'setRanges' argument 3 names different: declaration 'miny' definition 'ymin'. CsoundQt-1.1.1/src/qutemeter.cpp:829:62: note: Function 'setRanges' argument 3 names different: declaration 'miny' definition 'ymin'. CsoundQt-1.1.1/src/qutemeter.cpp:829:75: style:inconclusive: Function 'setRanges' argument 4 names different: declaration 'maxy' definition 'ymax'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutemeter.h:106:63: note: Function 'setRanges' argument 4 names different: declaration 'maxy' definition 'ymax'. CsoundQt-1.1.1/src/qutemeter.cpp:829:75: note: Function 'setRanges' argument 4 names different: declaration 'maxy' definition 'ymax'. CsoundQt-1.1.1/src/qutemeter.cpp:776:35: performance: Function parameter 'type' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:79:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:82:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:85:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:88:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:105:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:108:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:111:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:114:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:133:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:136:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:139:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:142:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/qutesheet.cpp:25:12: warning: Member variable 'QuteSheet::startRow' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutesheet.cpp:25:12: warning: Member variable 'QuteSheet::startCol' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutesheet.cpp:25:12: warning: Member variable 'QuteSheet::numRows' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutesheet.cpp:25:12: warning: Member variable 'QuteSheet::numCols' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutesheet.cpp:25:12: warning: Member variable 'QuteSheet::totalRows' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutesheet.cpp:25:12: warning: Member variable 'QuteSheet::totalCols' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutesheet.cpp:126:33: style:inconclusive: Function 'setText' argument 1 names different: declaration 'text' definition 'new_data'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutesheet.h:73:23: note: Function 'setText' argument 1 names different: declaration 'text' definition 'new_data'. CsoundQt-1.1.1/src/qutesheet.cpp:126:33: note: Function 'setText' argument 1 names different: declaration 'text' definition 'new_data'. CsoundQt-1.1.1/src/qutesheet.cpp:191:18: style:inconclusive: Function 'someCols' argument 3 names different: declaration 'numRows' definition 'num_rows'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutesheet.h:93:17: note: Function 'someCols' argument 3 names different: declaration 'numRows' definition 'num_rows'. CsoundQt-1.1.1/src/qutesheet.cpp:191:18: note: Function 'someCols' argument 3 names different: declaration 'numRows' definition 'num_rows'. CsoundQt-1.1.1/src/qutesheet.cpp:193:18: style:inconclusive: Function 'someCols' argument 5 names different: declaration 'numCols' definition 'num_cols'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutesheet.h:95:17: note: Function 'someCols' argument 5 names different: declaration 'numCols' definition 'num_cols'. CsoundQt-1.1.1/src/qutesheet.cpp:193:18: note: Function 'someCols' argument 5 names different: declaration 'numCols' definition 'num_cols'. CsoundQt-1.1.1/src/qutesheet.cpp:212:17: style:inconclusive: Function 'allCols' argument 3 names different: declaration 'numRows' definition 'num_rows'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutesheet.h:99:16: note: Function 'allCols' argument 3 names different: declaration 'numRows' definition 'num_rows'. CsoundQt-1.1.1/src/qutesheet.cpp:212:17: note: Function 'allCols' argument 3 names different: declaration 'numRows' definition 'num_rows'. CsoundQt-1.1.1/src/qutesheet.cpp:59:69: performance: Function parameter 'data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:63:3: performance: Range variable 'row' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutesheet.cpp:72:51: performance: Function parameter 'new_data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:98:45: performance: Function parameter 'new_data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:126:33: performance: Function parameter 'new_data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:151:67: performance: Function parameter 'vectors' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:171:74: performance: Function parameter 'mtx' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:189:73: performance: Function parameter 'data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:210:72: performance: Function parameter 'data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:223:57: performance: Function parameter 'data' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutesheet.cpp:226:2: performance: Range variable 'row' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutesheet.cpp:79:16: style: Variable 'new_startRow' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:82:16: style: Variable 'new_startCol' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:85:15: style: Variable 'new_numRows' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:88:15: style: Variable 'new_numCols' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:105:16: style: Variable 'new_startRow' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:108:16: style: Variable 'new_startCol' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:111:15: style: Variable 'new_numRows' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:114:15: style: Variable 'new_numCols' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:133:16: style: Variable 'new_startRow' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:136:16: style: Variable 'new_startCol' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:139:15: style: Variable 'new_numRows' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:142:15: style: Variable 'new_numCols' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutesheet.cpp:157:27: style: Variable 'new_data' is not assigned a value. [unassignedVariable] CsoundQt-1.1.1/src/qutesheet.cpp:201:30: style: Variable 'rows' is not assigned a value. [unassignedVariable] CsoundQt-1.1.1/src/qutesheet.cpp:217:31: style: Variable 'rows' is not assigned a value. [unassignedVariable] CsoundQt-1.1.1/src/qutescope.cpp:37:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutescope.cpp:211:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutescope.cpp:340:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutescope.cpp:490:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutescope.cpp:561:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteslider.cpp:28:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteslider.cpp:119:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteslider.cpp:263:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/quteslider.h:32:2: style: Class 'QuteSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/quteslider.h:36:15: style: The function 'setWidgetGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:46:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:36:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:37:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:37:18: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:38:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:38:18: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:39:18: style: The function 'getCsladspaLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:60:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:39:18: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:40:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:40:18: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:41:21: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:41:21: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:43:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:43:18: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:45:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:47:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:45:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:46:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:46:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:47:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:47:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:49:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:49:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:50:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:50:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:53:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:53:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.h:54:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/quteslider.h:54:15: note: Function in derived class CsoundQt-1.1.1/src/quteslider.cpp:181:6: style: Redundant initialization for 'qml'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/quteslider.cpp:177:14: note: qml is initialized CsoundQt-1.1.1/src/quteslider.cpp:181:6: note: qml is overwritten CsoundQt-1.1.1/src/quteslider.cpp:109:7: style: Variable 'max' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/quteslider.cpp:110:7: style: Variable 'min' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:113:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightDockWidgetArea [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:925:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1150:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Default [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1178:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1223:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1393:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1500:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1677:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1716:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1764:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchExactly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1835:183: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1859:190: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1897:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:1935:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:2167:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExeOwner [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:2346:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AcceptSave [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:2415:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:2489:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:2973:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FramelessWindowHint [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:3061:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:3076:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonIconOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:3168:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoWrap [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:3215:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:3397:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTRL [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:3627:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicationShortcut [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:4731:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicationShortcut [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:4756:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:4824:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:4850:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:4893:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:4921:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5013:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonIconOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5128:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5593:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5630:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5668:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5687:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5711:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5869:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:5902:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WaitCursor [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:6037:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:6080:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.h:164:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.h:185:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutespinbox.cpp:33:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutespinbox.cpp:101:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutespinbox.cpp:303:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutespinbox.cpp:367:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutespinbox.cpp:422:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.h:162:2: warning: Member variable 'ScrollNumberWidget::m_resolution' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.h:162:2: warning: Member variable 'ScrollNumberWidget::oldy' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.h:33:2: style: Class 'QuteText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutetext.h:100:2: style: Class 'QuteLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutetext.h:125:2: style: Class 'QuteScrollNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutetext.h:162:2: style: Class 'ScrollNumberWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutespinbox.h:32:2: style: Class 'QuteSpinBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/qutetext.h:37:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:58:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:37:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:38:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:62:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:38:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:40:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:71:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:40:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:41:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:47:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:41:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:42:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:49:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:42:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:55:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:72:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:55:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:56:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:74:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:56:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:57:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:59:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:57:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:58:21: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:61:21: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:58:21: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:65:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:137:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:65:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:66:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:138:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:66:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:103:15: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:54:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:103:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:104:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:37:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:104:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:105:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:38:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:105:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:106:18: style: The function 'getStringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:67:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:106:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:107:17: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:65:17: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:107:17: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:108:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:40:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:108:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:110:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:56:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:110:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:111:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:57:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:111:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:114:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:65:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:114:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:129:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:37:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:129:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:130:18: style: The function 'getCsladspaLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:60:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:130:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:131:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:38:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:131:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:132:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:40:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:132:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:133:15: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:41:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:133:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:134:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:134:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:135:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:135:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:137:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:56:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:137:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:138:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:57:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:138:18: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:141:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:55:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:141:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:142:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:65:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:142:15: note: Function in derived class CsoundQt-1.1.1/src/qutetext.h:143:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:66:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutetext.h:143:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:35:15: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:54:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:35:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:36:15: style: The function 'setMidiValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:50:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:36:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:37:15: style: The function 'acceptsMidi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:52:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:37:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:39:18: style: The function 'getWidgetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:37:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:39:18: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:40:18: style: The function 'getCsladspaLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutewidget.h:60:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:40:18: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:41:18: style: The function 'getWidgetXmlText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:38:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:41:18: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:42:18: style: The function 'getWidgetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:40:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:42:18: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:43:18: style: The function 'getCabbageLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:57:18: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:43:18: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:44:21: style: The function 'getQml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:58:21: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:44:21: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:46:15: style: The function 'refreshWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:55:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:46:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:47:15: style: The function 'applyInternalProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:56:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:47:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:50:15: style: The function 'createPropertiesDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:65:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:50:15: note: Function in derived class CsoundQt-1.1.1/src/qutespinbox.h:51:15: style: The function 'applyProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/qutetext.h:66:15: note: Virtual function in base class CsoundQt-1.1.1/src/qutespinbox.h:51:15: note: Function in derived class CsoundQt-1.1.1/src/qutescope.cpp:29:12: warning: Member variable 'QuteScope::typeComboBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutescope.cpp:29:12: warning: Member variable 'QuteScope::channelBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutescope.cpp:29:12: warning: Member variable 'QuteScope::triggerBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutescope.cpp:29:12: warning: Member variable 'QuteScope::zoomxBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutescope.cpp:29:12: warning: Member variable 'QuteScope::zoomyBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutescope.cpp:339:2: warning: Class 'ScopeData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] CsoundQt-1.1.1/src/qutescope.cpp:339:2: warning: Class 'ScopeData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] CsoundQt-1.1.1/src/qutescope.cpp:489:2: warning: Class 'LissajouData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] CsoundQt-1.1.1/src/qutescope.cpp:489:2: warning: Class 'LissajouData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] CsoundQt-1.1.1/src/qutescope.cpp:560:2: warning: Class 'PoincareData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] CsoundQt-1.1.1/src/qutescope.cpp:560:2: warning: Class 'PoincareData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] CsoundQt-1.1.1/src/qutespinbox.cpp:179:9: style: Redundant initialization for 'qml'. The initialized value is overwritten before it is read. [redundantInitialization] CsoundQt-1.1.1/src/qutespinbox.cpp:160:17: note: qml is initialized CsoundQt-1.1.1/src/qutespinbox.cpp:179:9: note: qml is overwritten CsoundQt-1.1.1/src/qutescope.cpp:68:21: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutescope.cpp:157:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutescope.cpp:160:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutescope.cpp:163:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutescope.cpp:385:28: style: The comparison 'width < dataToRead' is always false because 'width' and 'dataToRead' represent the same value. [knownConditionTrueFalse] CsoundQt-1.1.1/src/qutescope.cpp:381:23: note: 'dataToRead' is assigned value 'width' here. CsoundQt-1.1.1/src/qutescope.cpp:385:28: note: The comparison 'width < dataToRead' is always false because 'width' and 'dataToRead' represent the same value. CsoundQt-1.1.1/src/qutescope.cpp:385:48: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] CsoundQt-1.1.1/src/qutescope.cpp:381:23: note: 'dataToRead' is assigned value 'width' here. CsoundQt-1.1.1/src/qutescope.cpp:385:48: note: Same expression in both branches of ternary operator. CsoundQt-1.1.1/src/qutespinbox.cpp:314:19: style: Variable 'new_fontSize' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutespinbox.cpp:315:18: style: Variable 'totalHeight' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutescope.cpp:383:10: style: The scope of the variable 'trigOffset' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutescope.cpp:384:12: style: The scope of the variable 'lastValue' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutescope.cpp:515:9: style: The scope of the variable 'x' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutescope.cpp:515:12: style: The scope of the variable 'y' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutescope.cpp:584:9: style: The scope of the variable 'value' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutescope.cpp:391:24: style: Local variable 'value' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutescope.cpp:361:9: note: Shadowed declaration CsoundQt-1.1.1/src/qutescope.cpp:391:24: note: Shadow variable CsoundQt-1.1.1/src/qutescope.cpp:402:24: style: Local variable 'value' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutescope.cpp:361:9: note: Shadowed declaration CsoundQt-1.1.1/src/qutescope.cpp:402:24: note: Shadow variable CsoundQt-1.1.1/src/qutescope.cpp:404:28: style: Local variable 'newValue' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutescope.cpp:363:8: note: Shadowed declaration CsoundQt-1.1.1/src/qutescope.cpp:404:28: note: Shadow variable CsoundQt-1.1.1/src/qutescope.cpp:89:39: performance: Function parameter 's' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutescope.cpp:152:33: performance: Function parameter 'type' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutewidget.cpp:280:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutewidget.cpp:394:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutewidget.cpp:437:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutewidget.cpp:552:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PopupFocusReason [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:35:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:101:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_TransparentForMouseEvents [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:109:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:140:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:149:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:162:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:291:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:466:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:707:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:784:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:852:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:1039:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:1196:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:1263:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutewidget.cpp:339:19: style: Local variable 'layout' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutewidget.h:120:15: note: Shadowed declaration CsoundQt-1.1.1/src/qutewidget.cpp:339:19: note: Shadow variable CsoundQt-1.1.1/src/qutewidget.cpp:561:16: style: Local variable 'layout' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutewidget.h:120:15: note: Shadowed declaration CsoundQt-1.1.1/src/qutewidget.cpp:561:16: note: Shadow variable CsoundQt-1.1.1/src/qutewidget.cpp:561:16: style: Variable 'layout' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/risset.cpp:45:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/risset.cpp:76:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/risset.cpp:116:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/risset.cpp:138:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/risset.cpp:155:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/risset.cpp:236:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/risset.h:40:10: style: Unused private function: 'Risset::initIndex' [unusedPrivateFunction] CsoundQt-1.1.1/src/risset.h:40:10: performance:inconclusive: Technically the member function 'Risset::initIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] CsoundQt-1.1.1/src/risset.cpp:223:14: note: Technically the member function 'Risset::initIndex' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/risset.h:40:10: note: Technically the member function 'Risset::initIndex' can be static (but you may consider moving to unnamed namespace). CsoundQt-1.1.1/src/risset.cpp:83:19: style: Local variable 'm_jsonInfo' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/risset.h:36:19: note: Shadowed declaration CsoundQt-1.1.1/src/risset.cpp:83:19: note: Shadow variable CsoundQt-1.1.1/src/risset.cpp:21:43: performance: Function parameter 'otherwise' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/risset.cpp:56:24: performance: Function parameter 'pythonExe' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/risset.cpp:114:41: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/risset.cpp:131:37: performance: Function parameter 'opcodeName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/scoreeditor.cpp:30:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::text' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::textColor' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::bgColor' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::bg' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::borderRadius' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::borderWidth' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::precisionSpinBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::font' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::fontSize' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::alignment' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/qutetext.cpp:28:11: warning: Member variable 'QuteText::vertAlignmentComboBox' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/selectcolorbutton.cpp:20:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EnabledChange [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:291:7: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutetext.cpp:293:12: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutetext.cpp:295:12: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutetext.cpp:135:36: style:inconclusive: Function 'setTextColor' argument 1 names different: declaration 'textColor' definition 'color'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutetext.h:48:27: note: Function 'setTextColor' argument 1 names different: declaration 'textColor' definition 'color'. CsoundQt-1.1.1/src/qutetext.cpp:135:36: note: Function 'setTextColor' argument 1 names different: declaration 'textColor' definition 'color'. CsoundQt-1.1.1/src/qutetext.cpp:144:34: style:inconclusive: Function 'setBgColor' argument 1 names different: declaration 'bgColor' definition 'color'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutetext.h:49:25: note: Function 'setBgColor' argument 1 names different: declaration 'bgColor' definition 'color'. CsoundQt-1.1.1/src/qutetext.cpp:144:34: note: Function 'setBgColor' argument 1 names different: declaration 'bgColor' definition 'color'. CsoundQt-1.1.1/src/qutetext.cpp:225:9: style: Local variable 'borderWidth' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutetext.h:82:12: note: Shadowed declaration CsoundQt-1.1.1/src/qutetext.cpp:225:9: note: Shadow variable CsoundQt-1.1.1/src/qutetext.cpp:236:12: style: Local variable 'fontSize' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutetext.h:85:13: note: Shadowed declaration CsoundQt-1.1.1/src/qutetext.cpp:236:12: note: Shadow variable CsoundQt-1.1.1/src/qutetext.cpp:290:10: style: Local variable 'alignment' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutetext.h:86:14: note: Shadowed declaration CsoundQt-1.1.1/src/qutetext.cpp:290:10: note: Shadow variable CsoundQt-1.1.1/src/qutetext.cpp:333:10: style: Local variable 'alignment' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutetext.h:86:14: note: Shadowed declaration CsoundQt-1.1.1/src/qutetext.cpp:333:10: note: Shadow variable CsoundQt-1.1.1/src/qutetext.cpp:373:17: style: Local variable 'bgColor' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutetext.h:78:24: note: Shadowed declaration CsoundQt-1.1.1/src/qutetext.cpp:373:17: note: Shadow variable CsoundQt-1.1.1/src/qutetext.cpp:94:32: performance: Function parameter 'type' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutetext.cpp:965:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/texteditor.cpp:41:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Space [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/texteditor.cpp:250:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutetext.cpp:864:19: style: Variable 'new_fontSize' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutetext.cpp:865:18: style: Variable 'totalHeight' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/utilitiesdialog.cpp:38:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tabWidget [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/utilitiesdialog.cpp:445:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/texteditor.cpp:29:13: warning: Member variable 'TextEditor::m_tabIndents' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/utilitiesdialog.cpp:169:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/utilitiesdialog.cpp:223:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/utilitiesdialog.cpp:268:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/utilitiesdialog.cpp:313:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/utilitiesdialog.cpp:347:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutegraph.h:292:18: style: Virtual function 'setColor' is called from constructor 'QuteTable(QWidget*parent)' at line 1757. Dynamic binding is not used. [virtualCallInConstructor] CsoundQt-1.1.1/src/qutegraph.cpp:1757:5: note: Calling setColor CsoundQt-1.1.1/src/qutegraph.h:292:18: note: setColor is a virtual function CsoundQt-1.1.1/src/qutegraph.cpp:1391:16: style: The scope of the variable 'midinote' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutegraph.cpp:1178:45: style: Checking if unsigned expression 'maxindex' is less than zero. [unsignedLessThanZero] CsoundQt-1.1.1/src/qutegraph.cpp:204:46: style:inconclusive: Function 'mousePressEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutegraph.h:111:47: note: Function 'mousePressEvent' argument 1 names different: declaration 'ev' definition 'event'. CsoundQt-1.1.1/src/qutegraph.cpp:204:46: note: Function 'mousePressEvent' argument 1 names different: declaration 'ev' definition 'event'. CsoundQt-1.1.1/src/qutegraph.cpp:261:42: style:inconclusive: Function 'keyPressEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutegraph.h:110:43: note: Function 'keyPressEvent' argument 1 names different: declaration 'ev' definition 'event'. CsoundQt-1.1.1/src/qutegraph.cpp:261:42: note: Function 'keyPressEvent' argument 1 names different: declaration 'ev' definition 'event'. CsoundQt-1.1.1/src/qutegraph.cpp:1146:69: style:inconclusive: Function 'spectrumGetPeak' argument 3 names different: declaration 'relativeBandwidth' definition 'bandwidth'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutegraph.h:74:62: note: Function 'spectrumGetPeak' argument 3 names different: declaration 'relativeBandwidth' definition 'bandwidth'. CsoundQt-1.1.1/src/qutegraph.cpp:1146:69: note: Function 'spectrumGetPeak' argument 3 names different: declaration 'relativeBandwidth' definition 'bandwidth'. CsoundQt-1.1.1/src/qutegraph.cpp:356:14: style: Local variable 'ok' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutegraph.cpp:353:10: note: Shadowed declaration CsoundQt-1.1.1/src/qutegraph.cpp:356:14: note: Shadow variable CsoundQt-1.1.1/src/qutegraph.cpp:409:14: style: Local variable 'ok' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutegraph.cpp:353:10: note: Shadowed declaration CsoundQt-1.1.1/src/qutegraph.cpp:409:14: note: Shadow variable CsoundQt-1.1.1/src/qutegraph.cpp:425:22: style: Local variable 'ok' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutegraph.cpp:353:10: note: Shadowed declaration CsoundQt-1.1.1/src/qutegraph.cpp:425:22: note: Shadow variable CsoundQt-1.1.1/src/qutegraph.cpp:437:18: style: Local variable 'ok' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutegraph.cpp:353:10: note: Shadowed declaration CsoundQt-1.1.1/src/qutegraph.cpp:437:18: note: Shadow variable CsoundQt-1.1.1/src/qutegraph.cpp:1106:18: style: Local variable 'gridPath' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutegraph.h:105:19: note: Shadowed declaration CsoundQt-1.1.1/src/qutegraph.cpp:1106:18: note: Shadow variable CsoundQt-1.1.1/src/qutegraph.cpp:644:50: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutegraph.cpp:216:18: style: Variable 'curve' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutegraph.cpp:703:18: style: Variable 'curve' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutegraph.cpp:1457:10: style: Variable 'curve' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/widgetpanel.h:37:2: style: Class 'WidgetPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CsoundQt-1.1.1/src/widgetpanel.cpp:77:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:81:23: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:95:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:111:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:118:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:126:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:134:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:145:19: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetpanel.cpp:47:49: style:inconclusive: Function 'addWidgetLayout' argument 1 names different: declaration 'layoutWidget' definition 'w'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/widgetpanel.h:40:37: note: Function 'addWidgetLayout' argument 1 names different: declaration 'layoutWidget' definition 'w'. CsoundQt-1.1.1/src/widgetpanel.cpp:47:49: note: Function 'addWidgetLayout' argument 1 names different: declaration 'layoutWidget' definition 'w'. CsoundQt-1.1.1/src/widgetpanel.cpp:95:15: style: Variable 's' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutegraph.cpp:1021:9: style: Variable 'max' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutegraph.cpp:1026:18: style: Variable 'decimate' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutegraph.cpp:1060:9: style: Variable 'max' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetpreset.cpp:25:15: warning: Member variable 'WidgetPreset::m_number' is not initialized in the constructor. [uninitMemberVar] CsoundQt-1.1.1/src/widgetpreset.h:44:10: style:inconclusive: Technically the member function 'WidgetPreset::getName' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:56:23: note: Technically the member function 'WidgetPreset::getName' can be const. CsoundQt-1.1.1/src/widgetpreset.h:44:10: note: Technically the member function 'WidgetPreset::getName' can be const. CsoundQt-1.1.1/src/widgetpreset.h:45:6: style:inconclusive: Technically the member function 'WidgetPreset::getNumber' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:61:19: note: Technically the member function 'WidgetPreset::getNumber' can be const. CsoundQt-1.1.1/src/widgetpreset.h:45:6: note: Technically the member function 'WidgetPreset::getNumber' can be const. CsoundQt-1.1.1/src/widgetpreset.h:46:14: style:inconclusive: Technically the member function 'WidgetPreset::getWidgetIds' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:66:27: note: Technically the member function 'WidgetPreset::getWidgetIds' can be const. CsoundQt-1.1.1/src/widgetpreset.h:46:14: note: Technically the member function 'WidgetPreset::getWidgetIds' can be const. CsoundQt-1.1.1/src/widgetpreset.h:51:6: style:inconclusive: Technically the member function 'WidgetPreset::getMode' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:84:19: note: Technically the member function 'WidgetPreset::getMode' can be const. CsoundQt-1.1.1/src/widgetpreset.h:51:6: note: Technically the member function 'WidgetPreset::getMode' can be const. CsoundQt-1.1.1/src/widgetpreset.h:52:9: style:inconclusive: Technically the member function 'WidgetPreset::getValue' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:99:22: note: Technically the member function 'WidgetPreset::getValue' can be const. CsoundQt-1.1.1/src/widgetpreset.h:52:9: note: Technically the member function 'WidgetPreset::getValue' can be const. CsoundQt-1.1.1/src/widgetpreset.h:53:9: style:inconclusive: Technically the member function 'WidgetPreset::getValue2' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:114:22: note: Technically the member function 'WidgetPreset::getValue2' can be const. CsoundQt-1.1.1/src/widgetpreset.h:53:9: note: Technically the member function 'WidgetPreset::getValue2' can be const. CsoundQt-1.1.1/src/widgetpreset.h:54:10: style:inconclusive: Technically the member function 'WidgetPreset::getStringValue' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:129:23: note: Technically the member function 'WidgetPreset::getStringValue' can be const. CsoundQt-1.1.1/src/widgetpreset.h:54:10: note: Technically the member function 'WidgetPreset::getStringValue' can be const. CsoundQt-1.1.1/src/widgetpreset.h:62:6: style:inconclusive: Technically the member function 'WidgetPreset::idIndex' can be const. [functionConst] CsoundQt-1.1.1/src/widgetpreset.cpp:211:19: note: Technically the member function 'WidgetPreset::idIndex' can be const. CsoundQt-1.1.1/src/widgetpreset.h:62:6: note: Technically the member function 'WidgetPreset::idIndex' can be const. CsoundQt-1.1.1/src/widgetpreset.h:44:10: performance: Function 'getName()' should return member 'm_name' by const reference. [returnByReference] CsoundQt-1.1.1/src/widgetpreset.cpp:134:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetpreset.cpp:144:37: performance: Function parameter 'id' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetpreset.cpp:163:38: performance: Function parameter 'id' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetpreset.cpp:181:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetpreset.cpp:181:55: performance: Function parameter 'value' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetpreset.cpp:211:35: performance: Function parameter 'id' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetpreset.cpp:149:17: error: Uninitialized variables: p.mode, p.value, p.value2 [uninitvar] CsoundQt-1.1.1/src/widgetpreset.cpp:168:17: error: Uninitialized variables: p.mode, p.value, p.value2 [uninitvar] CsoundQt-1.1.1/src/widgetpreset.cpp:186:17: error: Uninitialized variables: p.mode, p.value, p.value2 [uninitvar] CsoundQt-1.1.1/src/widgetpreset.cpp:149:17: error: Uninitialized struct member: p.mode [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:149:17: error: Uninitialized struct member: p.value [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:149:17: error: Uninitialized struct member: p.value2 [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:168:17: error: Uninitialized struct member: p.mode [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:168:17: error: Uninitialized struct member: p.value [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:168:17: error: Uninitialized struct member: p.value2 [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:186:17: error: Uninitialized struct member: p.mode [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:186:17: error: Uninitialized struct member: p.value [uninitStructMember] CsoundQt-1.1.1/src/widgetpreset.cpp:186:17: error: Uninitialized struct member: p.value2 [uninitStructMember] CsoundQt-1.1.1/src/widgetlayout.cpp:197:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:287:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:369:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:924:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:947:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:1065:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:1308:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAPSIZE [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:1462:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2286:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2654:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AltModifier [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2788:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2814:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2835:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2927:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:2956:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3003:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3052:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3090:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3135:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3169:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3198:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3223:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3244:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3285:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3300:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3342:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3419:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3537:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3566:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3654:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3707:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/widgetlayout.cpp:3922:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] CsoundQt-1.1.1/src/qutecsound.cpp:531:15: style: Obsolete function 'QString::vsprintf' called. It is recommended to use 'QString::vasprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedvsprintfCalled] CsoundQt-1.1.1/src/qutecsound.cpp:88:5: performance: Variable 'initialDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] CsoundQt-1.1.1/src/qutecsound.cpp:1157:25: warning: Identical condition 'fileName.isEmpty()', second condition is always false [identicalConditionAfterEarlyExit] CsoundQt-1.1.1/src/qutecsound.cpp:1145:25: note: If condition 'fileName.isEmpty()' is true, the function will return/exit CsoundQt-1.1.1/src/qutecsound.cpp:1157:25: note: Testing identical condition 'fileName.isEmpty()' CsoundQt-1.1.1/src/qutecsound.cpp:571:17: style: Condition 'curPage>=0' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/qutecsound.cpp:541:15: note: Assuming that condition 'index<0' is not redundant CsoundQt-1.1.1/src/qutecsound.cpp:570:15: note: Assignment 'curPage=index', assigned value is greater than -1 CsoundQt-1.1.1/src/qutecsound.cpp:571:17: note: Condition 'curPage>=0' is always true CsoundQt-1.1.1/src/qutecsound.cpp:529:28: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecsound.cpp:3232:27: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecsound.cpp:3236:23: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecsound.cpp:3238:23: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecsound.cpp:3243:36: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/qutecsound.cpp:1778:30: style: Same expression on both sides of '||'. [duplicateExpression] CsoundQt-1.1.1/src/qutecsound.cpp:364:17: style: The scope of the variable 'possibleDirectories' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutecsound.cpp:1966:13: style: The scope of the variable 'fileName2' can be reduced. [variableScope] CsoundQt-1.1.1/src/qutecsound.cpp:2324:45: style:inconclusive: Function 'sendEvent' argument 2 names different: declaration 'line' definition 'eventLine'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutecsound.h:173:36: note: Function 'sendEvent' argument 2 names different: declaration 'line' definition 'eventLine'. CsoundQt-1.1.1/src/qutecsound.cpp:2324:45: note: Function 'sendEvent' argument 2 names different: declaration 'line' definition 'eventLine'. CsoundQt-1.1.1/src/qutecsound.cpp:2469:37: style:inconclusive: Function 'helpForEntry' argument 1 names different: declaration 'text' definition 'entry'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/qutecsound.h:238:31: note: Function 'helpForEntry' argument 1 names different: declaration 'text' definition 'entry'. CsoundQt-1.1.1/src/qutecsound.cpp:2469:37: note: Function 'helpForEntry' argument 1 names different: declaration 'text' definition 'entry'. CsoundQt-1.1.1/src/qutecsound.cpp:1789:21: style: Local variable 'name' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/qutecsound.cpp:1763:13: note: Shadowed declaration CsoundQt-1.1.1/src/qutecsound.cpp:1789:21: note: Shadow variable CsoundQt-1.1.1/src/qutecsound.cpp:6157:9: style: Local variable 'open' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/qutecsound.h:196:7: note: Shadowed declaration CsoundQt-1.1.1/src/qutecsound.cpp:6157:9: note: Shadow variable CsoundQt-1.1.1/src/widgetlayout.cpp:2118:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/widgetlayout.cpp:2140:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/widgetlayout.cpp:2162:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/widgetlayout.cpp:2185:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] CsoundQt-1.1.1/src/keyboardshortcuts.h:38:62: performance: Function parameter 'keyActions' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:80:32: performance: Function parameter 'fileNames' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:346:5: performance: Range variable 'fileName' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecsound.cpp:381:9: performance: Range variable 'dir' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecsound.cpp:475:9: performance: Range variable 'lastFile' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecsound.cpp:704:35: performance: Function parameter 'msg' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:802:5: performance: Range variable 'fileName' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecsound.cpp:828:39: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:848:34: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:988:33: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:1011:39: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:1026:39: performance: Function parameter 'code' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:1365:13: performance: Range variable 'fileName' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecsound.cpp:1905:50: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:2319:34: performance: Function parameter 'eventLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:2324:45: performance: Function parameter 'eventLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:2534:37: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:2534:55: performance: Function parameter 'entry' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:2853:42: performance: Function parameter 'syntax' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:2859:42: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:3231:9: performance: Range variable 'flag' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/qutecsound.cpp:4494:42: performance: Function parameter 'dir' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:5353:42: performance: Function parameter 'openFiles' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:5606:51: performance: Function parameter 'options' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:5647:42: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:5969:57: performance: Function parameter 'tempFileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:5969:79: performance: Function parameter 'executable' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6155:30: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6183:35: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6198:31: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6208:36: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6218:31: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6228:31: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6238:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6248:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6258:39: performance: Function parameter 'text' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6268:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6424:40: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6435:42: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6447:41: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6447:58: performance: Function parameter 'value' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6457:44: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6469:42: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6469:60: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6479:46: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6479:64: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6492:58: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6503:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6514:65: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6525:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6536:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6547:57: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6558:59: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6569:57: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6580:61: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6591:57: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6602:58: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6613:60: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6624:58: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6635:58: performance: Function parameter 'channel' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6657:52: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6668:38: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:6724:51: performance: Function parameter 'sheetName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/qutecsound.cpp:1038:11: style: Variable 'testTree' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutecsound.cpp:2274:20: style: Variable 'senderPage' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutecsound.cpp:5904:18: style: Variable 's' can be declared as pointer to const [constVariablePointer] CsoundQt-1.1.1/src/qutecsound.cpp:5085:57: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/qutecsound.cpp:5746:31: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError] CsoundQt-1.1.1/src/qutecsound.cpp:363:19: style: Variable 'index' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:2001:23: style: Variable 'fileName2' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:2008:23: style: Variable 'fileName2' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:2871:18: style: Variable 'test' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:3121:38: style: Variable 'interfaceNotFoundMessage' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:3130:38: style: Variable 'interfaceNotFoundMessage' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:4741:18: style: Variable 'test' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/qutecsound.cpp:6065:22: style: Variable 'fileName' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:235:20: style: Condition 'closing==1' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/widgetlayout.cpp:233:15: note: Assignment 'closing=1', assigned value is 1 CsoundQt-1.1.1/src/widgetlayout.cpp:235:20: note: Condition 'closing==1' is always true CsoundQt-1.1.1/src/widgetlayout.cpp:531:23: style: Condition 'newx>=0' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/widgetlayout.cpp:530:14: note: Assuming that condition 'newx>0' is not redundant CsoundQt-1.1.1/src/widgetlayout.cpp:531:23: note: Condition 'newx>=0' is always true CsoundQt-1.1.1/src/widgetlayout.cpp:532:23: style: Condition 'newy>=0' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/widgetlayout.cpp:530:26: note: Assuming that condition 'newy>0' is not redundant CsoundQt-1.1.1/src/widgetlayout.cpp:532:23: note: Condition 'newy>=0' is always true CsoundQt-1.1.1/src/widgetlayout.cpp:1331:23: style: Condition 'indexInBuffer<0' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/widgetlayout.cpp:1323:26: note: Assignment 'indexInBuffer=-1', assigned value is -1 CsoundQt-1.1.1/src/widgetlayout.cpp:1331:23: note: Condition 'indexInBuffer<0' is always true CsoundQt-1.1.1/src/widgetlayout.cpp:2489:9: style: Condition 'm_editMode' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/widgetlayout.cpp:2487:8: note: Assuming that condition '!m_editMode' is not redundant CsoundQt-1.1.1/src/widgetlayout.cpp:2489:9: note: Condition 'm_editMode' is always true CsoundQt-1.1.1/src/widgetlayout.cpp:4284:43: style: Condition 'curveData!=nullptr' is always true [knownConditionTrueFalse] CsoundQt-1.1.1/src/widgetlayout.cpp:1356:20: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetlayout.cpp:4283:24: style: C-style pointer casting [cstyleCast] CsoundQt-1.1.1/src/widgetlayout.cpp:3788:9: style: Statements following 'return' will never be executed. [unreachableCode] CsoundQt-1.1.1/src/widgetlayout.cpp:2502:13: style: The scope of the variable 'spacing' can be reduced. [variableScope] CsoundQt-1.1.1/src/widgetlayout.cpp:2551:13: style: The scope of the variable 'spacing' can be reduced. [variableScope] CsoundQt-1.1.1/src/widgetlayout.cpp:3810:13: style: The scope of the variable 'text' can be reduced. [variableScope] CsoundQt-1.1.1/src/widgetlayout.cpp:681:41: style:inconclusive: Function 'newXmlWidget' argument 1 names different: declaration 'node' definition 'mainnode'. [funcArgNamesDifferent] CsoundQt-1.1.1/src/widgetlayout.h:118:28: note: Function 'newXmlWidget' argument 1 names different: declaration 'node' definition 'mainnode'. CsoundQt-1.1.1/src/widgetlayout.cpp:681:41: note: Function 'newXmlWidget' argument 1 names different: declaration 'node' definition 'mainnode'. CsoundQt-1.1.1/src/widgetlayout.cpp:335:26: style: Local variable 'newPreset' shadows outer function [shadowFunction] CsoundQt-1.1.1/src/widgetlayout.h:263:7: note: Shadowed declaration CsoundQt-1.1.1/src/widgetlayout.cpp:335:26: note: Shadow variable CsoundQt-1.1.1/src/widgetlayout.cpp:339:22: style: Local variable 'i' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:331:14: note: Shadowed declaration CsoundQt-1.1.1/src/widgetlayout.cpp:339:22: note: Shadow variable CsoundQt-1.1.1/src/widgetlayout.cpp:2737:21: style: Local variable 'key' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:2652:9: note: Shadowed declaration CsoundQt-1.1.1/src/widgetlayout.cpp:2737:21: note: Shadow variable CsoundQt-1.1.1/src/widgetlayout.cpp:3666:17: style: Local variable 'ret' shadows outer variable [shadowVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:3663:9: note: Shadowed declaration CsoundQt-1.1.1/src/widgetlayout.cpp:3666:17: note: Shadow variable CsoundQt-1.1.1/src/widgetlayout.cpp:250:55: performance: Function parameter 'widgetName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:365:43: performance: Function parameter 'macWidgets' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:370:5: performance: Range variable 'line' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:494:37: performance: Function parameter 'channelName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:539:37: performance: Function parameter 'channelName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:577:51: performance: Function parameter 'channelName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:592:49: performance: Function parameter 'channelName' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:660:46: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:660:64: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:671:50: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:671:68: performance: Function parameter 'property' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:930:37: performance: Function parameter 'uuid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:944:44: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:1148:42: performance: Function parameter 'message' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:2237:50: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:2257:42: performance: Function parameter 'widgetid' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:2924:81: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:2954:79: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3001:87: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3088:82: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3132:81: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3242:80: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3282:82: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3298:80: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3335:80: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3373:80: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3394:87: performance: Function parameter 'widgetLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3717:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3758:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:3877:13: performance: Range variable 'line' should be declared as const reference. [iterateByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:4152:39: performance: Function parameter 'eventLine' should be passed by const reference. [passedByValue] CsoundQt-1.1.1/src/widgetlayout.cpp:1074:35: warning: Either the condition 'lineElements.size()>0' is redundant or expression 'lineElements[0]' causes access out of bounds. [containerOutOfBounds] CsoundQt-1.1.1/src/widgetlayout.cpp:1070:34: note: Assuming that condition 'lineElements.size()>0' is not redundant CsoundQt-1.1.1/src/widgetlayout.cpp:1074:35: note: Access out of bounds CsoundQt-1.1.1/src/widgetlayout.cpp:1394:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] CsoundQt-1.1.1/src/widgetlayout.cpp:948:28: style: Variable 'quoteParts' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:1569:16: style: Variable 's2' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:2118:17: style: Variable 'channel' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:2140:17: style: Variable 'channel' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:2162:17: style: Variable 'channel' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:2185:17: style: Variable 'channel' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:3139:27: style: Variable 'lastParts' is assigned a value that is never used. [unreadVariable] CsoundQt-1.1.1/src/widgetlayout.cpp:3285:23: style: Variable 'parts' is assigned a value that is never used. [unreadVariable] diff: head CsoundQt-1.1.1/QuteApp/quteapp.cpp:117:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/quteapp.cpp:152:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/quteapp.cpp:173:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/quteapp.cpp:61:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:155:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:191:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:224:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/settingsdialog.cpp:247:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/QuteApp/simpledocument.cpp:52:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_view [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/appwizard.cpp:215:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllDirs [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/appwizard.cpp:291:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] 2.13.0 CsoundQt-1.1.1/src/appwizard.cpp:291:7: warning: Return value of function dir.cd() is not used. [ignoredReturnValue] head CsoundQt-1.1.1/src/appwizard.cpp:326:8: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] 2.13.0 CsoundQt-1.1.1/src/appwizard.cpp:326:8: warning: Return value of function dir.cd() is not used. [ignoredReturnValue] head CsoundQt-1.1.1/src/appwizard.cpp:359:7: style: Error code from the return value of function dir.cdUp() is not used. [ignoredReturnErrorCode] head CsoundQt-1.1.1/src/appwizard.cpp:361:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOwner [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/appwizard.cpp:386:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] 2.13.0 CsoundQt-1.1.1/src/appwizard.cpp:386:7: warning: Return value of function dir.cd() is not used. [ignoredReturnValue] head CsoundQt-1.1.1/src/appwizard.cpp:403:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] 2.13.0 CsoundQt-1.1.1/src/appwizard.cpp:403:7: warning: Return value of function dir.cd() is not used. [ignoredReturnValue] head CsoundQt-1.1.1/src/appwizard.cpp:429:7: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] 2.13.0 CsoundQt-1.1.1/src/appwizard.cpp:429:7: warning: Return value of function dir.cd() is not used. [ignoredReturnValue] head CsoundQt-1.1.1/src/appwizard.cpp:473:7: style: Error code from the return value of function dir.cdUp() is not used. [ignoredReturnErrorCode] head CsoundQt-1.1.1/src/appwizard.cpp:475:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOwner [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/basedocument.cpp:157:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/basedocument.cpp:186:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/basedocument.cpp:266:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/basedocument.cpp:290:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/basedocument.cpp:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:138:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Document [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:223:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Document [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:416:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:430:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:463:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:506:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:530:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.cpp:549:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/baseview.h:142:16: performance: Function 'getAppProperties()' should return member 'm_appProperties' by const reference. [returnByReference] head CsoundQt-1.1.1/src/configdialog.cpp:1014:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configdialog.cpp:1025:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configdialog.cpp:1056:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AppDataLocation [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configdialog.cpp:77:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configdialog.cpp:806:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable audioInputToolButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configdialog.cpp:859:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configdialog.cpp:924:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configlists.cpp:166:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_MIDIDEVICE [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configlists.cpp:199:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/configlists.cpp:222:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_AUDIODEVICE [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/console.cpp:152:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable End [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/console.h:114:3: style: The destructor '~ConsoleWidget' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] CsoundQt-1.1.1/src/console.h:37:11: note: Virtual destructor in base class CsoundQt-1.1.1/src/console.h:114:3: note: Destructor in derived class head CsoundQt-1.1.1/src/csoundengine.cpp:1001:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:101:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:1056:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:119:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CS_VAR_TYPE_S [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:172:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_ERROR [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:191:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:202:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:294:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_CALLBACK_KBD_TEXT [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:363:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_INPUT_CHANNEL [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:390:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_OUTPUT_CHANNEL [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:430:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniqueConnection [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:446:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniqueConnection [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:589:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:618:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:711:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:827:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSOUND_SUCCESS [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/csoundengine.cpp:935:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/curve.cpp:242:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/curve.h:57:13: performance: Function 'get_caption()' should return member 'm_caption' by const reference. [returnByReference] head CsoundQt-1.1.1/src/debugpanel.cpp:190:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/debugpanel.cpp:223:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/debugpanel.cpp:251:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/debugpanel.cpp:305:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/dockhelp.cpp:317:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindBackward [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/dockhelp.cpp:325:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindCaseSensitively [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/dockhelp.cpp:333:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindWholeWords [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/dockhelp.cpp:342:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/dockhelp.cpp:366:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:1097:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:1110:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Widget [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:1156:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:118:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:1583:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:1592:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:404:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SectionIncludeLeadingSep [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/documentpage.cpp:59:2: style: Variable 'wl' can be declared as pointer to const [constVariablePointer] head CsoundQt-1.1.1/src/documentpage.cpp:866:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:886:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.cpp:905:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentpage.h:128:10: performance: Function 'getFileName()' should return member 'fileName' by const reference. [returnByReference] head CsoundQt-1.1.1/src/documentpage.h:129:10: performance: Function 'getCompanionFileName()' should return member 'companionFile' by const reference. [returnByReference] head CsoundQt-1.1.1/src/documentpage.h:74:10: performance: Function 'getMacPresetsText()' should return member 'm_macPresets' by const reference. [returnByReference] head CsoundQt-1.1.1/src/documentview.cpp:1069:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NextCharacter [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1115:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreviousCharacter [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1140:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1171:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1233:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1288:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindCaseSensitively [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1572:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1615:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1653:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1696:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1727:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:172:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1744:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1762:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1815:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable End [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1841:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Down [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:1861:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:2016:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:213:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:269:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NextCharacter [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:302:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreviousCharacter [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:570:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:586:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:605:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:672:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:729:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:835:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:849:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:875:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/documentview.cpp:889:18: style: The scope of the variable 'menuWordsSeen' can be reduced. [variableScope] 2.13.0 CsoundQt-1.1.1/src/dotgenerator.cpp:104:78: warning: Either the condition 'allInstrumentLabels[i].size()0' is redundant or expression 'lineElements[0]' cause access out of bounds. [containerOutOfBounds] CsoundQt-1.1.1/src/qutebutton.cpp:547:34: note: Assuming that condition 'lineElements.size()>0' is not redundant CsoundQt-1.1.1/src/qutebutton.cpp:550:22: note: Access out of bounds head CsoundQt-1.1.1/src/qutebutton.cpp:550:22: warning: Either the condition 'lineElements.size()>0' is redundant or expression 'lineElements[0]' causes access out of bounds. [containerOutOfBounds] CsoundQt-1.1.1/src/qutebutton.cpp:547:34: note: Assuming that condition 'lineElements.size()>0' is not redundant CsoundQt-1.1.1/src/qutebutton.cpp:550:22: note: Access out of bounds head CsoundQt-1.1.1/src/qutebutton.cpp:616:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecheckbox.cpp:243:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecheckbox.cpp:271:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecheckbox.cpp:33:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecombobox.cpp:238:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecombobox.cpp:34:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteconsole.cpp:33:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:113:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightDockWidgetArea [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1150:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Default [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1178:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1223:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/qutecsound.cpp:1348:19: style: Variable 'client' can be declared as pointer to const [constVariablePointer] head CsoundQt-1.1.1/src/qutecsound.cpp:1393:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1500:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1677:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1716:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1764:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchExactly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1835:183: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1859:190: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1897:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:1935:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:2167:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExeOwner [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:2346:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AcceptSave [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:2415:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:2489:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:2973:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FramelessWindowHint [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/qutecsound.cpp:303:20: style: Variable 'tabLeft' can be declared as pointer to const [constVariablePointer] 2.13.0 CsoundQt-1.1.1/src/qutecsound.cpp:304:20: style: Variable 'tabRight' can be declared as pointer to const [constVariablePointer] head CsoundQt-1.1.1/src/qutecsound.cpp:3061:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:3076:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonIconOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:3168:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoWrap [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:3215:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:3397:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTRL [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:3627:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicationShortcut [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/qutecsound.cpp:4482:14: style: Variable 'wl' can be declared as pointer to const [constVariablePointer] head CsoundQt-1.1.1/src/qutecsound.cpp:4731:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicationShortcut [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:4756:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:4824:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:4850:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:4893:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:4921:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5013:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonIconOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5128:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5593:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5630:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5668:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5687:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5711:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5869:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:5902:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WaitCursor [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:6037:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:6080:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.cpp:925:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutecsound.h:571:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FileOpen [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutedummy.cpp:29:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable yellow [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1451:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1507:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1527:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1586:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1616:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1666:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1754:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1780:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1919:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:1941:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:208:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:354:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:537:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:66:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:691:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.cpp:793:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutegraph.h:178:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyledPanel [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:104:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FlatCap [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:122:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:168:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:29:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:413:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:422:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:439:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteknob.cpp:77:22: style: Variable 'rect' is assigned a value that is never used. [unreadVariable] head CsoundQt-1.1.1/src/qutemeter.cpp:325:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:57:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:612:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:825:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:856:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:875:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:898:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.cpp:935:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutemeter.h:125:10: performance: Function 'getType()' should return member 'm_type' by const reference. [returnByReference] head CsoundQt-1.1.1/src/qutescope.cpp:211:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutescope.cpp:340:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutescope.cpp:37:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutescope.cpp:490:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutescope.cpp:561:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutescope.h:103:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutescope.h:117:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteslider.cpp:119:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteslider.cpp:263:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/quteslider.cpp:28:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutespinbox.cpp:101:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutespinbox.cpp:303:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutespinbox.cpp:33:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutespinbox.cpp:367:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutespinbox.cpp:422:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:101:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_TransparentForMouseEvents [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:1039:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:109:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:1196:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:1263:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:140:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:149:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:162:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:291:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:35:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:466:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:707:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:784:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.cpp:852:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.h:164:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutetext.h:185:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutewidget.cpp:280:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutewidget.cpp:394:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutewidget.cpp:437:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/qutewidget.cpp:552:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PopupFocusReason [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/risset.cpp:116:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/risset.cpp:138:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/risset.cpp:155:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/risset.cpp:236:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/risset.cpp:76:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/texteditor.cpp:250:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/utilitiesdialog.cpp:445:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:1065:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/widgetlayout.cpp:1074:35: warning: Either the condition 'lineElements.size()>0' is redundant or expression 'lineElements[0]' cause access out of bounds. [containerOutOfBounds] CsoundQt-1.1.1/src/widgetlayout.cpp:1070:34: note: Assuming that condition 'lineElements.size()>0' is not redundant CsoundQt-1.1.1/src/widgetlayout.cpp:1074:35: note: Access out of bounds head CsoundQt-1.1.1/src/widgetlayout.cpp:1074:35: warning: Either the condition 'lineElements.size()>0' is redundant or expression 'lineElements[0]' causes access out of bounds. [containerOutOfBounds] CsoundQt-1.1.1/src/widgetlayout.cpp:1070:34: note: Assuming that condition 'lineElements.size()>0' is not redundant CsoundQt-1.1.1/src/widgetlayout.cpp:1074:35: note: Access out of bounds head CsoundQt-1.1.1/src/widgetlayout.cpp:1308:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAPSIZE [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:1462:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:197:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2286:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2654:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AltModifier [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2788:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2814:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2835:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:287:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2927:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:2956:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3003:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3052:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3090:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3135:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3169:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3198:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3223:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3244:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3285:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3300:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3342:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3419:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/widgetlayout.cpp:3518:18: style: Variable 'okButton' can be declared as pointer to const [constVariablePointer] 2.13.0 CsoundQt-1.1.1/src/widgetlayout.cpp:3519:18: style: Variable 'newButton' can be declared as pointer to const [constVariablePointer] head CsoundQt-1.1.1/src/widgetlayout.cpp:3537:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3566:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3654:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] 2.13.0 CsoundQt-1.1.1/src/widgetlayout.cpp:3686:18: style: Variable 'okButton' can be declared as pointer to const [constVariablePointer] 2.13.0 CsoundQt-1.1.1/src/widgetlayout.cpp:3687:18: style: Variable 'cancelButton' can be declared as pointer to const [constVariablePointer] 2.13.0 CsoundQt-1.1.1/src/widgetlayout.cpp:3688:18: style: Variable 'newButton' can be declared as pointer to const [constVariablePointer] head CsoundQt-1.1.1/src/widgetlayout.cpp:369:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3707:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:3922:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:924:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.cpp:947:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] head CsoundQt-1.1.1/src/widgetlayout.h:75:24: performance: Function 'getWidgets()' should return member 'm_widgets' by const reference. [returnByReference] head CsoundQt-1.1.1/src/widgetpreset.h:44:10: performance: Function 'getName()' should return member 'm_name' by const reference. [returnByReference] DONE