Coverity PW.MISSING_TYPE_SPECIFIER - CID 10681
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: 10681
Checker: PW.MISSING_
Category: No category available
CWE definition: No definition available
File: /usr/include/
Function: No function name available
Code snippet:
1195
1196 inline QStringRef:
1197 :m_string(aString), m_position(
1198
CID 10681 - PW.MISSING_
explicit type is missing ("int" assumed)
During compilation of file '/tmp/buildd/
1199 inline QStringRef:
1200 :m_string(aString), m_position(0), m_size(
1201
1202 Q_CORE_EXPORT bool operator==(const QStringRef &s1,const QStringRef &s2);
1203 inline bool operator!=(const QStringRef &s1,const QStringRef &s2)
1204 { return !(s1 == s2); }