src/MessageLog.h

changeset 642
751a8df42842
parent 641
425b169a82aa
child 647
b87941923eb4
equal deleted inserted replaced
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 {

mercurial