Implement devtoool to show hidden timeline messages

This commit is contained in:
James Graham
2024-04-20 15:38:31 +02:00
parent dc2f11eb2b
commit 8b63c18f65
7 changed files with 134 additions and 5 deletions

View File

@@ -60,6 +60,8 @@ public:
[[nodiscard]] QHash<int, QByteArray> roleNames() const override;
private:
bool eventIsVisible(int sourceRow, const QModelIndex &sourceParent) const;
/**
* @brief Aggregation of the text of consecutive state events starting at row.
*