Browse Source

Update generated files

Neal Wilson 5 years ago
parent
commit
8097c9102d
Signed by: neal <neal@typica.us> GPG Key ID: D6F25C90DD5819DF

+ 5
- 5
src/abouttypica.cpp View File

@@ -1,9 +1,9 @@
1
-/*288:*/
1
+/*295:*/
2 2
 #line 33 "./abouttypica.w"
3 3
 
4 4
 #include "abouttypica.h"
5 5
 
6
-/*289:*/
6
+/*296:*/
7 7
 #line 42 "./abouttypica.w"
8 8
 
9 9
 AboutTypica::AboutTypica():QMainWindow(NULL)
@@ -17,10 +17,10 @@ aboutFile.close();
17 17
 setCentralWidget(banner);
18 18
 }
19 19
 
20
-#line 6874 "./typica.w"
20
+#line 6947 "./typica.w"
21 21
 
22
-/*:289*/
22
+/*:296*/
23 23
 #line 36 "./abouttypica.w"
24 24
 
25 25
 
26
-/*:288*/
26
+/*:295*/

+ 2
- 2
src/abouttypica.h View File

@@ -1,4 +1,4 @@
1
-/*287:*/
1
+/*294:*/
2 2
 #line 14 "./abouttypica.w"
3 3
 
4 4
 #include <QMainWindow> 
@@ -17,4 +17,4 @@ AboutTypica();
17 17
 
18 18
 #endif
19 19
 
20
-/*:287*/
20
+/*:294*/

+ 19
- 19
src/daterangeselector.cpp View File

@@ -1,4 +1,4 @@
1
-/*702:*/
1
+/*711:*/
2 2
 #line 70 "./daterangeselector.w"
3 3
 
4 4
 #include <QCalendarWidget> 
@@ -11,7 +11,7 @@
11 11
 
12 12
 #include "daterangeselector.h"
13 13
 
14
-/*704:*/
14
+/*713:*/
15 15
 #line 115 "./daterangeselector.w"
16 16
 
17 17
 CustomDateRangePopup::CustomDateRangePopup(QWidget*parent):
@@ -55,7 +55,7 @@ outerLayout->addLayout(buttonLayout);
55 55
 setLayout(outerLayout);
56 56
 }
57 57
 
58
-/*:704*//*705:*/
58
+/*:713*//*714:*/
59 59
 #line 163 "./daterangeselector.w"
60 60
 
61 61
 void CustomDateRangePopup::hideEvent(QHideEvent*)
@@ -63,7 +63,7 @@ void CustomDateRangePopup::hideEvent(QHideEvent*)
63 63
 emit hidingPopup();
64 64
 }
65 65
 
66
-/*:705*//*706:*/
66
+/*:714*//*715:*/
67 67
 #line 172 "./daterangeselector.w"
68 68
 
69 69
 void CustomDateRangePopup::applyRange()
@@ -78,7 +78,7 @@ endDateSelector->selectedDate().toString(Qt::ISODate)));
78 78
 hide();
79 79
 }
80 80
 
81
-/*:706*//*707:*/
81
+/*:715*//*716:*/
82 82
 #line 189 "./daterangeselector.w"
83 83
 
84 84
 void CustomDateRangePopup::validateRange()
@@ -93,10 +93,10 @@ applyButton->setEnabled(true);
93 93
 }
94 94
 }
95 95
 
96
-/*:707*/
96
+/*:716*/
97 97
 #line 81 "./daterangeselector.w"
98 98
 
99
-/*708:*/
99
+/*717:*/
100 100
 #line 207 "./daterangeselector.w"
101 101
 
102 102
 DateRangeSelector::DateRangeSelector(QWidget*parent):
@@ -108,7 +108,7 @@ connect(quickSelector,SIGNAL(currentIndexChanged(int)),this,SLOT(updateRange(int
108 108
 QDate currentDate= QDate::currentDate();
109 109
 
110 110
 QHBoxLayout*layout= new QHBoxLayout;
111
-/*709:*/
111
+/*718:*/
112 112
 #line 236 "./daterangeselector.w"
113 113
 
114 114
 quickSelector->addItem("Yesterday",QVariant(QStringList()<<
@@ -188,7 +188,7 @@ quickSelector->insertSeparator(quickSelector->count());
188 188
 quickSelector->addItem("Lifetime");
189 189
 quickSelector->addItem("Custom");
190 190
 
191
-/*:709*/
191
+/*:718*/
192 192
 #line 217 "./daterangeselector.w"
193 193
 
194 194
 QToolButton*customButton= new QToolButton;
@@ -201,7 +201,7 @@ setLayout(layout);
201 201
 connect(customButton,SIGNAL(clicked()),this,SLOT(toggleCustom()));
202 202
 }
203 203
 
204
-/*:708*//*710:*/
204
+/*:717*//*719:*/
205 205
 #line 319 "./daterangeselector.w"
206 206
 
207 207
 void DateRangeSelector::updateRange(int index)
@@ -217,7 +217,7 @@ emit rangeUpdated(quickSelector->itemData(quickSelector->currentIndex()));
217 217
 }
218 218
 }
219 219
 
220
-/*:710*//*711:*/
220
+/*:719*//*720:*/
221 221
 #line 336 "./daterangeselector.w"
222 222
 
223 223
 void DateRangeSelector::popupHidden()
@@ -227,7 +227,7 @@ customRangeSelector= NULL;
227 227
 quickSelector->setCurrentIndex(lastIndex);
228 228
 }
229 229
 
230
-/*:711*//*712:*/
230
+/*:720*//*721:*/
231 231
 #line 347 "./daterangeselector.w"
232 232
 
233 233
 void DateRangeSelector::setCustomRange(QVariant range)
@@ -238,7 +238,7 @@ lastIndex= quickSelector->count()-1;
238 238
 quickSelector->setCurrentIndex(lastIndex);
239 239
 }
240 240
 
241
-/*:712*//*713:*/
241
+/*:721*//*722:*/
242 242
 #line 362 "./daterangeselector.w"
243 243
 
244 244
 void DateRangeSelector::toggleCustom()
@@ -279,7 +279,7 @@ customRangeSelector= NULL;
279 279
 }
280 280
 }
281 281
 
282
-/*:713*//*714:*/
282
+/*:722*//*723:*/
283 283
 #line 404 "./daterangeselector.w"
284 284
 
285 285
 QVariant DateRangeSelector::currentRange()
@@ -287,7 +287,7 @@ QVariant DateRangeSelector::currentRange()
287 287
 return quickSelector->itemData(lastIndex);
288 288
 }
289 289
 
290
-/*:714*//*715:*/
290
+/*:723*//*724:*/
291 291
 #line 412 "./daterangeselector.w"
292 292
 
293 293
 void DateRangeSelector::setCurrentIndex(int index)
@@ -300,7 +300,7 @@ int DateRangeSelector::currentIndex()
300 300
 return quickSelector->currentIndex();
301 301
 }
302 302
 
303
-/*:715*//*716:*/
303
+/*:724*//*725:*/
304 304
 #line 432 "./daterangeselector.w"
305 305
 
306 306
 void DateRangeSelector::setLifetimeRange(QString startDate,QString endDate)
@@ -309,7 +309,7 @@ quickSelector->setItemData(quickSelector->count()-2,
309 309
 QVariant(QStringList()<<startDate<<endDate));
310 310
 }
311 311
 
312
-/*:716*//*717:*/
312
+/*:725*//*726:*/
313 313
 #line 442 "./daterangeselector.w"
314 314
 
315 315
 void DateRangeSelector::removeIndex(int index)
@@ -317,7 +317,7 @@ void DateRangeSelector::removeIndex(int index)
317 317
 quickSelector->removeItem(index);
318 318
 }
319 319
 
320
-/*:717*/
320
+/*:726*/
321 321
 #line 82 "./daterangeselector.w"
322 322
 
323 323
 
@@ -325,4 +325,4 @@ quickSelector->removeItem(index);
325 325
 #include "moc_daterangeselector.cpp"
326 326
 #endif
327 327
 
328
-/*:702*/
328
+/*:711*/

+ 4
- 4
src/daterangeselector.h View File

@@ -1,4 +1,4 @@
1
-/*701:*/
1
+/*710:*/
2 2
 #line 30 "./daterangeselector.w"
3 3
 
4 4
 
@@ -9,7 +9,7 @@
9 9
 #ifndef TypicaDateRangeSelectorHeader
10 10
 #define TypicaDateRangeSelectorHeader
11 11
 
12
-/*703:*/
12
+/*712:*/
13 13
 #line 91 "./daterangeselector.w"
14 14
 
15 15
 class CustomDateRangePopup:public QWidget
@@ -31,7 +31,7 @@ QCalendarWidget*endDateSelector;
31 31
 QPushButton*applyButton;
32 32
 };
33 33
 
34
-/*:703*/
34
+/*:712*/
35 35
 #line 39 "./daterangeselector.w"
36 36
 
37 37
 
@@ -62,4 +62,4 @@ int lastIndex;
62 62
 
63 63
 #endif
64 64
 
65
-/*:701*/
65
+/*:710*/

+ 2
- 2
src/draglabel.cpp View File

@@ -1,4 +1,4 @@
1
-/*1097:*/
1
+/*1106:*/
2 2
 #line 33 "./scales.w"
3 3
 
4 4
 #include "draglabel.h"
@@ -26,4 +26,4 @@ drag->exec();
26 26
 }
27 27
 }
28 28
 
29
-/*:1097*/
29
+/*:1106*/

+ 2
- 2
src/draglabel.h View File

@@ -1,4 +1,4 @@
1
-/*1096:*/
1
+/*1105:*/
2 2
 #line 13 "./scales.w"
3 3
 
4 4
 #ifndef TypicaDragLabelInclude
@@ -17,4 +17,4 @@ void mousePressEvent(QMouseEvent*event);
17 17
 
18 18
 #endif
19 19
 
20
-/*:1096*/
20
+/*:1105*/

+ 7
- 7
src/helpmenu.cpp View File

@@ -1,11 +1,11 @@
1
-/*208:*/
1
+/*214:*/
2 2
 #line 36 "./helpmenu.w"
3 3
 
4 4
 #include "helpmenu.h"
5 5
 #include "abouttypica.h"
6 6
 #include "licensewindow.h"
7 7
 
8
-/*209:*/
8
+/*215:*/
9 9
 #line 46 "./helpmenu.w"
10 10
 
11 11
 HelpMenu::HelpMenu():QMenu()
@@ -24,7 +24,7 @@ connect(licenseAction,SIGNAL(triggered()),this,SLOT(displayLicenseWindow()));
24 24
 
25 25
 }
26 26
 
27
-/*:209*//*210:*/
27
+/*:215*//*216:*/
28 28
 #line 66 "./helpmenu.w"
29 29
 
30 30
 void HelpMenu::displayAboutTypica()
@@ -33,7 +33,7 @@ AboutTypica*aboutBox= new AboutTypica;
33 33
 aboutBox->show();
34 34
 }
35 35
 
36
-/*:210*//*211:*/
36
+/*:216*//*217:*/
37 37
 #line 76 "./helpmenu.w"
38 38
 
39 39
 void HelpMenu::displayLicenseWindow()
@@ -42,11 +42,11 @@ LicenseWindow*window= new LicenseWindow;
42 42
 window->show();
43 43
 }
44 44
 
45
-#line 4914 "./typica.w"
45
+#line 4962 "./typica.w"
46 46
 
47 47
 #line 1 "./licensewindow.w"
48
-/*:211*/
48
+/*:217*/
49 49
 #line 41 "./helpmenu.w"
50 50
 
51 51
 
52
-/*:208*/
52
+/*:214*/

+ 2
- 2
src/helpmenu.h View File

@@ -1,4 +1,4 @@
1
-/*207:*/
1
+/*213:*/
2 2
 #line 16 "./helpmenu.w"
3 3
 
4 4
 #include <QMenu> 
@@ -18,4 +18,4 @@ void displayLicenseWindow();
18 18
 
19 19
 #endif
20 20
 
21
-/*:207*/
21
+/*:213*/

+ 11
- 13
src/licensewindow.cpp View File

@@ -1,8 +1,8 @@
1
-/*213:*/
1
+/*219:*/
2 2
 #line 36 "./licensewindow.w"
3 3
 
4
-/*217:*/
5
-#line 99 "./licensewindow.w"
4
+/*223:*/
5
+#line 97 "./licensewindow.w"
6 6
 
7 7
 #include "licensewindow.h"
8 8
 
@@ -11,12 +11,12 @@
11 11
 #include <QVariant> 
12 12
 #include <QUrl> 
13 13
 
14
-#line 4916 "./typica.w"
14
+#line 4964 "./typica.w"
15 15
 
16
-/*:217*/
16
+/*:223*/
17 17
 #line 37 "./licensewindow.w"
18 18
 
19
-/*214:*/
19
+/*220:*/
20 20
 #line 43 "./licensewindow.w"
21 21
 
22 22
 LicenseWindow::LicenseWindow()
@@ -25,7 +25,7 @@ LicenseWindow::LicenseWindow()
25 25
 QSplitter*split= new QSplitter;
26 26
 QListWidget*projects= new QListWidget;
27 27
 
28
-/*216:*/
28
+/*222:*/
29 29
 #line 79 "./licensewindow.w"
30 30
 
31 31
 QListWidgetItem*item= new QListWidgetItem("Typica",projects);
@@ -34,8 +34,6 @@ projects->setCurrentItem(item);
34 34
 setWebView(item,NULL);
35 35
 item= new QListWidgetItem("d3.js",projects);
36 36
 item->setData(Qt::UserRole,QVariant(QUrl("qrc:/resources/html/licenses/d3.html")));
37
-item= new QListWidgetItem("Entypo",projects);
38
-item->setData(Qt::UserRole,QVariant(QUrl("qrc:/resources/html/licenses/entypo.html")));
39 37
 item= new QListWidgetItem("Tango Desktop Project",projects);
40 38
 item->setData(Qt::UserRole,QVariant(QUrl("qrc:/resources/html/licenses/tango.html")));
41 39
 item= new QListWidgetItem("QextSerialPort",projects);
@@ -45,7 +43,7 @@ item->setData(Qt::UserRole,QVariant(QUrl("qrc:/resources/html/licenses/qrcode-sv
45 43
 item= new QListWidgetItem("Qt",projects);
46 44
 item->setData(Qt::UserRole,QVariant(QUrl("qrc:/resources/html/licenses/qt.html")));
47 45
 
48
-/*:216*/
46
+/*:222*/
49 47
 #line 50 "./licensewindow.w"
50 48
 
51 49
 connect(projects,SIGNAL(currentItemChanged(QListWidgetItem*,QListWidgetItem*)),
@@ -56,7 +54,7 @@ split->addWidget(view);
56 54
 setCentralWidget(split);
57 55
 }
58 56
 
59
-/*:214*//*215:*/
57
+/*:220*//*221:*/
60 58
 #line 64 "./licensewindow.w"
61 59
 
62 60
 void LicenseWindow::setWebView(QListWidgetItem*current,QListWidgetItem*)
@@ -64,8 +62,8 @@ void LicenseWindow::setWebView(QListWidgetItem*current,QListWidgetItem*)
64 62
 view->load(current->data(Qt::UserRole).toUrl());
65 63
 }
66 64
 
67
-/*:215*/
65
+/*:221*/
68 66
 #line 38 "./licensewindow.w"
69 67
 
70 68
 
71
-/*:213*/
69
+/*:219*/

+ 2
- 2
src/licensewindow.h View File

@@ -1,4 +1,4 @@
1
-/*212:*/
1
+/*218:*/
2 2
 #line 13 "./licensewindow.w"
3 3
 
4 4
 #include <QMainWindow> 
@@ -21,4 +21,4 @@ QWebView*view;
21 21
 
22 22
 #endif
23 23
 
24
-/*:212*/
24
+/*:218*/

+ 4
- 4
src/printerselector.cpp View File

@@ -1,9 +1,9 @@
1
-/*591:*/
1
+/*600:*/
2 2
 #line 45 "./printerselector.w"
3 3
 
4 4
 #include "printerselector.h"
5 5
 
6
-/*592:*/
6
+/*601:*/
7 7
 #line 53 "./printerselector.w"
8 8
 
9 9
 PrinterSelector::PrinterSelector():QComboBox(NULL)
@@ -15,8 +15,8 @@ addItem(info.printerName());
15 15
 }
16 16
 }
17 17
 
18
-/*:592*/
18
+/*:601*/
19 19
 #line 48 "./printerselector.w"
20 20
 
21 21
 
22
-/*:591*/
22
+/*:600*/

+ 2
- 2
src/printerselector.h View File

@@ -1,4 +1,4 @@
1
-/*589:*/
1
+/*598:*/
2 2
 #line 22 "./printerselector.w"
3 3
 
4 4
 #include <QPrinterInfo> 
@@ -16,4 +16,4 @@ PrinterSelector();
16 16
 
17 17
 #endif
18 18
 
19
-/*:589*/
19
+/*:598*/

+ 6
- 6
src/scale.cpp View File

@@ -1,4 +1,4 @@
1
-/*1103:*/
1
+/*1112:*/
2 2
 #line 135 "./scales.w"
3 3
 
4 4
 #include "scale.h"
@@ -10,7 +10,7 @@ QextSerialPort(port,QextSerialPort::EventDriven)
10 10
 connect(this,SIGNAL(readyRead()),this,SLOT(dataAvailable()));
11 11
 }
12 12
 
13
-/*:1103*//*1104:*/
13
+/*:1112*//*1113:*/
14 14
 #line 153 "./scales.w"
15 15
 
16 16
 void SerialScale::dataAvailable()
@@ -24,7 +24,7 @@ responseBuffer.clear();
24 24
 }
25 25
 else
26 26
 {
27
-/*1105:*/
27
+/*1114:*/
28 28
 #line 193 "./scales.w"
29 29
 
30 30
 QStringList responseParts= QString(responseBuffer.simplified()).split(' ');
@@ -53,7 +53,7 @@ unit= Units::Ounce;
53 53
 }
54 54
 emit newMeasurement(weight,unit);
55 55
 
56
-/*:1105*/
56
+/*:1114*/
57 57
 #line 165 "./scales.w"
58 58
 
59 59
 responseBuffer.clear();
@@ -61,7 +61,7 @@ responseBuffer.clear();
61 61
 }
62 62
 }
63 63
 
64
-/*:1104*//*1106:*/
64
+/*:1113*//*1115:*/
65 65
 #line 224 "./scales.w"
66 66
 
67 67
 void SerialScale::tare()
@@ -96,4 +96,4 @@ commandTerminator= "\x0A";
96 96
 }
97 97
 }
98 98
 
99
-/*:1106*/
99
+/*:1115*/

+ 2
- 2
src/scale.h View File

@@ -1,4 +1,4 @@
1
-/*1102:*/
1
+/*1111:*/
2 2
 #line 103 "./scales.w"
3 3
 
4 4
 #ifndef TypicaScaleInclude
@@ -29,4 +29,4 @@ QByteArray commandTerminator;
29 29
 
30 30
 #endif
31 31
 
32
-/*:1102*/
32
+/*:1111*/

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


+ 6
- 6
src/units.cpp View File

@@ -1,10 +1,10 @@
1
-/*292:*/
1
+/*299:*/
2 2
 #line 42 "./units.w"
3 3
 
4 4
 #include "units.h"
5 5
 #include <QtDebug> 
6 6
 
7
-/*:292*//*293:*/
7
+/*:299*//*300:*/
8 8
 #line 53 "./units.w"
9 9
 
10 10
 bool Units::isTemperatureUnit(Unit unit)
@@ -15,7 +15,7 @@ unit==Kelvin||
15 15
 unit==Rankine);
16 16
 }
17 17
 
18
-/*:293*//*294:*/
18
+/*:300*//*301:*/
19 19
 #line 71 "./units.w"
20 20
 
21 21
 double Units::convertTemperature(double value,Unit fromUnit,Unit toUnit)
@@ -113,7 +113,7 @@ break;
113 113
 return 0;
114 114
 }
115 115
 
116
-/*:294*//*295:*/
116
+/*:301*//*302:*/
117 117
 #line 169 "./units.w"
118 118
 
119 119
 double Units::convertRelativeTemperature(double value,Unit fromUnit,Unit toUnit)
@@ -211,7 +211,7 @@ break;
211 211
 return 0;
212 212
 }
213 213
 
214
-/*:295*//*296:*/
214
+/*:302*//*303:*/
215 215
 #line 267 "./units.w"
216 216
 
217 217
 double Units::convertWeight(double value,Unit fromUnit,Unit toUnit)
@@ -316,4 +316,4 @@ unit==Ounce||
316 316
 unit==Gram);
317 317
 }
318 318
 
319
-/*:296*/
319
+/*:303*/

+ 2
- 2
src/units.h View File

@@ -1,4 +1,4 @@
1
-/*291:*/
1
+/*298:*/
2 2
 #line 8 "./units.w"
3 3
 
4 4
 #include <QObject> 
@@ -32,4 +32,4 @@ static bool isWeightUnit(Unit unit);
32 32
 
33 33
 #endif
34 34
 
35
-/*:291*/
35
+/*:298*/

+ 5
- 5
src/webelement.cpp View File

@@ -1,9 +1,9 @@
1
-/*587:*/
1
+/*596:*/
2 2
 #line 388 "./webview.w"
3 3
 
4 4
 #include "webelement.h"
5 5
 
6
-/*585:*/
6
+/*594:*/
7 7
 #line 331 "./webview.w"
8 8
 
9 9
 TypicaWebElement::TypicaWebElement(QWebElement element):e(element)
@@ -11,7 +11,7 @@ TypicaWebElement::TypicaWebElement(QWebElement element):e(element)
11 11
 
12 12
 }
13 13
 
14
-/*:585*//*586:*/
14
+/*:594*//*595:*/
15 15
 #line 340 "./webview.w"
16 16
 
17 17
 void TypicaWebElement::appendInside(const QString&markup)
@@ -59,8 +59,8 @@ void TypicaWebElement::setPlainText(const QString&text)
59 59
 e.setPlainText(text);
60 60
 }
61 61
 
62
-/*:586*/
62
+/*:595*/
63 63
 #line 391 "./webview.w"
64 64
 
65 65
 
66
-/*:587*/
66
+/*:596*/

+ 2
- 2
src/webelement.h View File

@@ -1,4 +1,4 @@
1
-/*580:*/
1
+/*589:*/
2 2
 #line 268 "./webview.w"
3 3
 
4 4
 #include <QWebElement> 
@@ -27,4 +27,4 @@ QWebElement e;
27 27
 
28 28
 #endif
29 29
 
30
-/*:580*/
30
+/*:589*/

+ 12
- 12
src/webview.cpp View File

@@ -1,9 +1,9 @@
1
-/*564:*/
1
+/*573:*/
2 2
 #line 50 "./webview.w"
3 3
 
4 4
 #include "webview.h"
5 5
 
6
-/*565:*/
6
+/*574:*/
7 7
 #line 57 "./webview.w"
8 8
 
9 9
 TypicaWebView::TypicaWebView():QWebView()
@@ -12,7 +12,7 @@ page()->setLinkDelegationPolicy(QWebPage::DelegateExternalLinks);
12 12
 connect(page(),SIGNAL(linkClicked(QUrl)),this,SLOT(linkDelegate(QUrl)));
13 13
 }
14 14
 
15
-/*:565*//*566:*/
15
+/*:574*//*575:*/
16 16
 #line 73 "./webview.w"
17 17
 
18 18
 void TypicaWebView::linkDelegate(const QUrl&url)
@@ -20,7 +20,7 @@ void TypicaWebView::linkDelegate(const QUrl&url)
20 20
 if(url.scheme()=="typica")
21 21
 {
22 22
 QString address(url.toEncoded());
23
-/*567:*/
23
+/*576:*/
24 24
 #line 91 "./webview.w"
25 25
 
26 26
 if(address=="typica://aboutqt")
@@ -29,10 +29,10 @@ QMessageBox::aboutQt(this);
29 29
 return;
30 30
 }
31 31
 
32
-/*:567*/
32
+/*:576*/
33 33
 #line 79 "./webview.w"
34 34
 
35
-/*568:*/
35
+/*577:*/
36 36
 #line 100 "./webview.w"
37 37
 
38 38
 if(address.startsWith("typica://script/"))
@@ -41,7 +41,7 @@ emit scriptLinkClicked(address.remove(0,16));
41 41
 return;
42 42
 }
43 43
 
44
-/*:568*/
44
+/*:577*/
45 45
 #line 80 "./webview.w"
46 46
 
47 47
 }
@@ -51,7 +51,7 @@ QDesktopServices::openUrl(url);
51 51
 }
52 52
 }
53 53
 
54
-/*:566*//*569:*/
54
+/*:575*//*578:*/
55 55
 #line 112 "./webview.w"
56 56
 
57 57
 void TypicaWebView::load(const QString&url)
@@ -78,7 +78,7 @@ QString TypicaWebView::saveXml()
78 78
 return page()->currentFrame()->documentElement().toOuterXml();
79 79
 }
80 80
 
81
-/*:569*//*570:*/
81
+/*:578*//*579:*/
82 82
 #line 144 "./webview.w"
83 83
 
84 84
 void TypicaWebView::print(const QString&printerName)
@@ -98,7 +98,7 @@ QWebView::print(printer);
98 98
 }
99 99
 }
100 100
 
101
-/*:570*//*576:*/
101
+/*:579*//*585:*/
102 102
 #line 225 "./webview.w"
103 103
 
104 104
 QWebElement TypicaWebView::documentElement()
@@ -111,8 +111,8 @@ QWebElement TypicaWebView::findFirstElement(const QString&selector)
111 111
 return page()->mainFrame()->findFirstElement(selector);
112 112
 }
113 113
 
114
-/*:576*/
114
+/*:585*/
115 115
 #line 53 "./webview.w"
116 116
 
117 117
 
118
-/*:564*/
118
+/*:573*/

+ 2
- 2
src/webview.h View File

@@ -1,4 +1,4 @@
1
-/*563:*/
1
+/*572:*/
2 2
 #line 14 "./webview.w"
3 3
 
4 4
 #include <QWebView> 
@@ -34,4 +34,4 @@ void linkDelegate(const QUrl&url);
34 34
 
35 35
 #endif
36 36
 
37
-/*:563*/
37
+/*:572*/

Loading…
Cancel
Save