--- a/src/messagelog.h Tue Jan 07 08:26:15 2014 +0200 +++ b/src/messagelog.h Tue Jan 07 08:53:27 2014 +0200 @@ -38,13 +38,15 @@ * repainting. */ class MessageManager : public QObject -{ Q_OBJECT +{ + Q_OBJECT PROPERTY (public, GLRenderer*, Renderer, NO_OPS, STOCK_WRITE) public: // Single line of the message log. class Line - { public: + { + public: Line (str text); bool update (bool& changed);