LCOV - code coverage report
Current view: top level - src/models - FolderFeedItem.h (source / functions) Coverage Total Hit
Test: coverage.info.cleaned Lines: 100.0 % 1 1
Test Date: 2026-03-23 10:19:47 Functions: 100.0 % 1 1

            Line data    Source code
       1              : #ifndef FOLDERFEEDITEM_H
       2              : #define FOLDERFEEDITEM_H
       3              : 
       4              : #include <QObject>
       5              : #include "LisvelFeedItem.h"
       6              : 
       7              : class FolderFeedItem : public LisvelFeedItem
       8              : {
       9              :     Q_OBJECT
      10              : public:
      11              :     explicit FolderFeedItem(const qint64 id, const qint32 ordinal, const QString &title, bool folder_open, QObject *parent = nullptr);
      12              : 
      13              : public slots:
      14              : 
      15              :     // Yup, it's a folder!
      16           12 :     virtual bool isFolder() const { return true; }
      17              : 
      18              : private:
      19              : 
      20              : };
      21              : 
      22              : #endif // FOLDERFEEDITEM_H
        

Generated by: LCOV version 2.0-1