https://bugs.kde.org/show_bug.cgi?id=401023

--- Comment #8 from Oleg Solovyov <[email protected]> ---
Found a typo in 98d56d913:

@@ -547,6 +566,8 @@ void Positioner::sourceRowsAboutToBeInserted(const
QModelIndex &parent, int star
         }
     } else {
         emit beginInsertRows(parent, start, end);
+        beginInsertRows(parent, start, end);
+        m_beginInsertRowsCalled = true;
     }
 }

Is it intentional or committer forgot to remove emit in that patch?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to