浏览代码

Fix typography

Neal Wilson 11 年前
父节点
当前提交
b5862e42d1
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      src/abouttypica.w

+ 4
- 4
src/abouttypica.w 查看文件

19
 #ifndef AboutTypicaHeader
19
 #ifndef AboutTypicaHeader
20
 #define AboutTypicaHeader
20
 #define AboutTypicaHeader
21
 
21
 
22
-class AboutTypica : public QMainWindow
22
+class AboutTypica : public QMainWindow@/
23
 {
23
 {
24
-	Q_OBJECT
25
-	public:
26
-		AboutTypica();
24
+	@[Q_OBJECT@]@;
25
+	public:@/
26
+		AboutTypica();@/
27
 };
27
 };
28
 
28
 
29
 #endif
29
 #endif

正在加载...
取消
保存