Code review comment for lp:~mhr3/dee-qt/changeset-support

Revision history for this message
Paweł Stołowski (stolowski) wrote :

221 + // have the "extra" row from the addition, so we need to hide it
Can you enhance this comment a bit - how is "hiding" actually achieved here?

230 + m_count += m_changesetRowEnd - m_changesetRowStart + 1;
241 + m_count -= m_changesetRowEnd - m_changesetRowStart + 1;

Why "+1"

review: Needs Information

« Back to merge proposal