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