~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to src/k3bmodelutils.h

  • Committer: Yuri Chornoivan
  • Date: 2019-11-18 15:33:10 UTC
  • Revision ID: git-v1:3bfde6eee71bd14a2f012bc82c2cde92fc878140
Fix minor typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
{
27
27
    
28
28
    /**
29
 
     * @returns common check state for a specified index list. When indexes has a various check states, Qt::PartiallyChecked is returnd.
 
29
     * @returns common check state for a specified index list. When indexes has a various check states, Qt::PartiallyChecked is returned.
30
30
     */
31
31
    Qt::CheckState commonCheckState( const QModelIndexList& indexes );
32
32