Coverity PW.MISSING_DECL_SPECIFIERS - CID 10679
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Qt bindings for libdee |
New
|
Undecided
|
Unassigned |
Bug Description
This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https:/
CID: 10679
Checker: PW.MISSING_
Category: No category available
CWE definition: No definition available
File: /usr/include/
Function: No function name available
Code snippet:
1092 #endif
1093
1094 Q_DECLARE_
1095 Q_DECLARE_
CID 10679 - PW.MISSING_
this declaration has no storage class or type specifier
During compilation of file '/tmp/buildd/
1096 Q_DECLARE_
1097
1098
1099 class Q_CORE_EXPORT QStringRef {
1100 const QString *m_string;
1101 int m_position;