641:425b169a82aa | 642:751a8df42842 |
---|---|
36 * repainting. | 36 * repainting. |
37 */ | 37 */ |
38 class MessageManager : public QObject | 38 class MessageManager : public QObject |
39 { | 39 { |
40 Q_OBJECT | 40 Q_OBJECT |
41 PROPERTY (public, GLRenderer*, Renderer, NO_OPS, STOCK_WRITE) | 41 PROPERTY (public, GLRenderer*, renderer, setRenderer, STOCK_WRITE) |
42 | 42 |
43 public: | 43 public: |
44 // Single line of the message log. | 44 // Single line of the message log. |
45 class Line | 45 class Line |
46 { | 46 { |