37 * their expiry. If the message manager's lines change, the renderer undergoes |
37 * their expiry. If the message manager's lines change, the renderer undergoes |
38 * repainting. |
38 * repainting. |
39 */ |
39 */ |
40 class MessageManager : public QObject |
40 class MessageManager : public QObject |
41 { Q_OBJECT |
41 { Q_OBJECT |
42 PROPERTY (public, GLRenderer*, Renderer, NO_OPS, NO_CB) |
42 PROPERTY (public, GLRenderer*, Renderer, NO_OPS, STOCK_WRITE) |
43 |
43 |
44 public: |
44 public: |
45 // Single line of the message log. |
45 // Single line of the message log. |
46 class Line |
46 class Line |
47 { public: |
47 { public: |