src/messagelog.h

changeset 603
47e7773c7841
parent 600
209e3f1f7b2c
child 606
3dd6f343ec06
--- 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);
 

mercurial