Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.4.1
-
None
-
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!