Browse Source

Fix typography

Neal Wilson 11 years ago
parent
commit
00ea561800
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/typica.w

+ 2
- 2
src/typica.w View File

948
 		void closeEvent(QCloseEvent *event);
948
 		void closeEvent(QCloseEvent *event);
949
 		void showEvent(QShowEvent *event);@/
949
 		void showEvent(QShowEvent *event);@/
950
 	signals:@/
950
 	signals:@/
951
-		void aboutToClose(void);@t\2@>@/
951
+		void aboutToClose(void);@/
952
 	private:@/
952
 	private:@/
953
-		QString cprompt;
953
+		QString cprompt;@t\2@>@/
954
 }@t\kern-3pt@>;
954
 }@t\kern-3pt@>;
955
 
955
 
956
 @ The implementation of these functions is simple.
956
 @ The implementation of these functions is simple.

Loading…
Cancel
Save