Neal Wilson 11 years ago
parent
commit
68dccd0987
5 changed files with 2048 additions and 1941 deletions
  1. 6
    6
      src/abouttypica.cpp
  2. 2
    2
      src/abouttypica.h
  3. 6
    6
      src/helpmenu.cpp
  4. 2
    2
      src/helpmenu.h
  5. 2032
    1925
      src/typica.cpp

+ 6
- 6
src/abouttypica.cpp View File

@@ -1,9 +1,9 @@
1
-/*224:*/
1
+/*228:*/
2 2
 #line 36 "./abouttypica.w"
3 3
 
4 4
 #include "abouttypica.h"
5 5
 
6
-/*225:*/
6
+/*229:*/
7 7
 #line 45 "./abouttypica.w"
8 8
 
9 9
 AboutTypica::AboutTypica():QMainWindow(NULL)
@@ -20,7 +20,7 @@ page->setLinkDelegationPolicy(QWebPage::DelegateExternalLinks);
20 20
 connect(page,SIGNAL(linkClicked(QUrl)),this,SLOT(linkClicked(QUrl)));
21 21
 }
22 22
 
23
-/*:225*//*226:*/
23
+/*:229*//*230:*/
24 24
 #line 63 "./abouttypica.w"
25 25
 
26 26
 void AboutTypica::linkClicked(const QUrl&url)
@@ -42,10 +42,10 @@ else
42 42
 QDesktopServices::openUrl(url);
43 43
 }
44 44
 }
45
-#line 5656 "./typica.w"
45
+#line 5697 "./typica.w"
46 46
 
47
-/*:226*/
47
+/*:230*/
48 48
 #line 39 "./abouttypica.w"
49 49
 
50 50
 
51
-/*:224*/
51
+/*:228*/

+ 2
- 2
src/abouttypica.h View File

@@ -1,4 +1,4 @@
1
-/*223:*/
1
+/*227:*/
2 2
 #line 12 "./abouttypica.w"
3 3
 
4 4
 #include <QMainWindow> 
@@ -22,4 +22,4 @@ void linkClicked(const QUrl&url);
22 22
 
23 23
 #endif
24 24
 
25
-/*:223*/
25
+/*:227*/

+ 6
- 6
src/helpmenu.cpp View File

@@ -1,10 +1,10 @@
1
-/*168:*/
1
+/*172:*/
2 2
 #line 35 "./helpmenu.w"
3 3
 
4 4
 #include "helpmenu.h"
5 5
 #include "abouttypica.h"
6 6
 
7
-/*169:*/
7
+/*173:*/
8 8
 #line 47 "./helpmenu.w"
9 9
 
10 10
 HelpMenu::HelpMenu():QMenu()
@@ -17,7 +17,7 @@ addAction(aboutTypicaAction);
17 17
 connect(aboutTypicaAction,SIGNAL(triggered()),this,SLOT(displayAboutTypica()));
18 18
 }
19 19
 
20
-/*:169*//*170:*/
20
+/*:173*//*174:*/
21 21
 #line 61 "./helpmenu.w"
22 22
 
23 23
 void HelpMenu::displayAboutTypica()
@@ -26,10 +26,10 @@ AboutTypica*aboutBox= new AboutTypica;
26 26
 aboutBox->show();
27 27
 }
28 28
 
29
-#line 4037 "./typica.w"
29
+#line 4074 "./typica.w"
30 30
 
31
-/*:170*/
31
+/*:174*/
32 32
 #line 39 "./helpmenu.w"
33 33
 
34 34
 
35
-/*:168*/
35
+/*:172*/

+ 2
- 2
src/helpmenu.h View File

@@ -1,4 +1,4 @@
1
-/*167:*/
1
+/*171:*/
2 2
 #line 16 "./helpmenu.w"
3 3
 
4 4
 #include <QMenu> 
@@ -17,4 +17,4 @@ void displayAboutTypica();
17 17
 
18 18
 #endif
19 19
 
20
-/*:167*/
20
+/*:171*/

+ 2032
- 1925
src/typica.cpp
File diff suppressed because it is too large
View File


Loading…
Cancel
Save