| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "FolderFeedItem.h" 2 : 3 8 : FolderFeedItem::FolderFeedItem(const qint64 id, const qint32 ordinal, const QString &title, bool folder_open, QObject *parent) 4 8 : : LisvelFeedItem(id, ordinal, title, parent) 5 : { 6 8 : setFolderOpen(folder_open); 7 8 : } |
| Generated by: LCOV version 2.0-1 |