Uploaded image for project: 'Qt Safe Renderer'
  1. Qt Safe Renderer
  2. QSR-2774

Refactor SafeWindowInterface protected data members to be private

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • QSR 3.0
    • Adaptation, Runtime
    • None

    Description

      As a part of the SafeWindow interface refactoring, the SafeWindowInterface class has 2 protected members that should be refactored to be private:

          std::array<QSafeRect, MaxDirtyAreasCount> m_dirtyAreas = {};
          size_t m_dirtyAreaCount = 0U;
      

      For now they are suppressed for MisraC++, but they need to be fixed as there's no proper justification to have them protected.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jussi_witick Jussi Witick
            jussi_witick Jussi Witick
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes