Coverity PW.MISSING_DECL_SPECIFIERS - CID 10677

Bug #956905 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
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://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 10677
Checker: PW.MISSING_DECL_SPECIFIERS
Category: No category available
CWE definition: No definition available
File: /usr/include/qt4/QtCore/qlocale.h
Function: No function name available
Code snippet:
776 };
777 const QLocalePrivate *d() const;
778 };
779 Q_DECLARE_TYPEINFO(QLocale, Q_MOVABLE_TYPE);
CID 10677 - PW.MISSING_DECL_SPECIFIERS
this declaration has no storage class or type specifier
During compilation of file '/tmp/buildd/libqtdee-0.2.4/obj-x86_64-linux-gnu/moc_test.cxx'
780 Q_DECLARE_OPERATORS_FOR_FLAGS(QLocale::NumberOptions)
781
782 inline QString QLocale::toString(short i) const
783 { return toString(qlonglong(i)); }
784 inline QString QLocale::toString(ushort i) const
785 { return toString(qulonglong(i)); }

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.