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

Refactoring -> Move all methods of class CRASH

XMLWordPrintable

    • 74570e833d01e8fff045b7daa5ca977253ffceb2

      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!

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes