src/hbwidgets/editors/hbtextedit.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 6 c3690ec91ef8
--- a/src/hbwidgets/editors/hbtextedit.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbwidgets/editors/hbtextedit.h	Thu Jul 22 16:36:53 2010 +0100
@@ -37,9 +37,7 @@
     Q_OBJECT
 
     Q_PROPERTY(QString plainText READ toPlainText WRITE setPlainText USER true)
-    Q_PROPERTY(bool lined
-               READ isLined
-               WRITE setLined)
+    Q_PROPERTY(bool lined READ isLined WRITE setLined)
 
 public: