| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #ifndef FEEDFETCHRESULT_H 2 : #define FEEDFETCHRESULT_H 3 : 4 : #include <QMetaType> 5 : 6 : /*! 7 : \brief Result codes for async feed fetch + parse operations. 8 : */ 9 : enum class FeedFetchResult { 10 : OK, 11 : NetworkError, 12 : FileError, 13 : ParseError, 14 : EmptyDocument, 15 : InProgress, 16 : NotModified 17 : }; 18 : 19 0 : Q_DECLARE_METATYPE(FeedFetchResult) 20 : 21 : #endif // FEEDFETCHRESULT_H |
| Generated by: LCOV version 2.0-1 |