- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
  Not Evaluated                     
     - 
    Qt Creator 4.4.1
 - 
    None
 
- 
        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!
| For Gerrit Dashboard: QTCREATORBUG-19180 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 210055,2 | CppEditor: fix class refactoring crash | 4.5 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |