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

The spaces around the left and right parentheses need to be consistent

    XMLWordPrintable

Details

    • Linux/X11, macOS, Windows

    Description

      In file qtbase/examples/widgets/itemviews/frozencolumn/freezetablewidget.cpp  ,  there is a line is written like this:

       

      frozenTableView->setColumnWidth(0, columnWidth(0) );

       

      The left side of the parenthesis on the right should be free of spaces, consistent with the left,and modify as follows:

       

      frozenTableView->setColumnWidth(0, columnWidth(0));

       

       

       

      Attachments

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

        Activity

          People

            liuyang-f yang liu
            liuyang-f yang liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change