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

Refactoring -> Move all methods of class CRASH

    XMLWordPrintable

Details

    • 74570e833d01e8fff045b7daa5ca977253ffceb2

    Description

      struct SerialPart {};
      
      class SharedDataPart : public SerialPart {
      public:
        SharedDataPart() : public SerialPart() {} 
      //       remove this ^^^^^^ and it will work fine
        virtual void serialize(QByteArray & buffer) const{}
        virtual void unserialize(ByteBufferReader & buffer){}
      };

      RMB on class name => Refactoring -> Move all methods into *.cpp => Hello, desktop! You've got really nice wallpaper!

       

      Attachments

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

        Activity

          People

            yvvan Ivan Donchevskii
            icpu Alex Frost
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes