Is this what you refer to?
I changed it toQt Code:
public: enum EventType {MessageEvent = 1001}; ///< Custom event types.To copy to clipboard, switch view to plain text mode
and fixed the subsequent errors, but the 'ctor' errors remains.Qt Code:
public: enum EventType {nMessageEvent = 1001}; ///< Custom event types.To copy to clipboard, switch view to plain text mode
Bookmarks