mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
fix: Fix LeftJoinModel tests on Qt 5.15.8
This commit is contained in:
parent
9a714cfec0
commit
f96460ead7
@ -22,6 +22,8 @@ public:
|
||||
|
||||
int rowCount(const QModelIndex& parent) const override
|
||||
{
|
||||
if(parent.isValid()) return 0; //no children
|
||||
|
||||
assert(m_data.size());
|
||||
return m_data.first().second.size();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user