Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23613

Refactor add forward class declaration

    XMLWordPrintable

Details

    • All

    Description

      i will be helpfull to add a refactor option to add forward class declaration.

      // code placeholder
      #include "c.h"
      
      class B; // added by this option
      
      struct A {
      B* m_b;
      C m_c;
      };
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            phi Philippe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: