src/messagelog.h

changeset 540
0334789cb4d7
parent 539
72ad83a67165
child 541
0e38beeb050a
equal deleted inserted replaced
539:72ad83a67165 540:0334789cb4d7
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:

mercurial