Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-92886

QAbstractItemModelTester false positive removing rows with no columns

    XMLWordPrintable

Details

    • All
    • fed2c0d23614df1b96dcc8746223501b07597a52 (qt/qtbase/dev) 3cdcb53a37bbdbd42f5da2b22d3adeba3cd9ed9a (qt/qtbase/6.1) cbec5527903a6ee8fc711b1a352dc17b6efada71 (qt/qtbase/6.0) b90b321955ad28d5b1f75358384aa70f96b21176 (qt/tqtc-qtbase/5.15)

    Description

      Found another false positive in QAbstractItemModelTester.
      Steps to reproduce the problem:

      QStandardItemModel stdModel;
      QAbstractItemModelTester modelTest(&stdModel);
      stdModel.insertRows(0,5);
      stdModel.removeRows(1,2);
      

      Attachments

        For Gerrit Dashboard: QTBUG-92886
        # Subject Branch Project Status CR V

        Activity

          People

            dfaure_kdab David Faure
            VRonin Luca
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes