|
@@ -1,7 +1,7 @@
|
1
|
1
|
/****************************************************************************
|
2
|
2
|
** Meta object code from reading C++ file 'typica.cpp'
|
3
|
3
|
**
|
4
|
|
-** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7)
|
|
4
|
+** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
|
5
|
5
|
**
|
6
|
6
|
** WARNING! All changes made in this file will be lost!
|
7
|
7
|
*****************************************************************************/
|
|
@@ -9,7 +9,7 @@
|
9
|
9
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
10
|
10
|
#error "The header file 'typica.cpp' doesn't include <QObject>."
|
11
|
11
|
#elif Q_MOC_OUTPUT_REVISION != 63
|
12
|
|
-#error "This file was generated using the moc from 4.8.7. It"
|
|
12
|
+#error "This file was generated using the moc from 4.8.6. It"
|
13
|
13
|
#error "cannot be used with the include files from this version of Qt."
|
14
|
14
|
#error "(The moc has changed too much.)"
|
15
|
15
|
#endif
|
|
@@ -1716,7 +1716,7 @@ static const uint qt_meta_data_AnnotationButton[] = {
|
1716
|
1716
|
6, // revision
|
1717
|
1717
|
0, // classname
|
1718
|
1718
|
0, 0, // classinfo
|
1719
|
|
- 6, 14, // methods
|
|
1719
|
+ 8, 14, // methods
|
1720
|
1720
|
0, 0, // properties
|
1721
|
1721
|
0, 0, // enums/sets
|
1722
|
1722
|
0, 0, // constructors
|
|
@@ -1732,6 +1732,8 @@ static const uint qt_meta_data_AnnotationButton[] = {
|
1732
|
1732
|
167, 150, 17, 17, 0x0a,
|
1733
|
1733
|
192, 17, 17, 17, 0x0a,
|
1734
|
1734
|
203, 17, 17, 17, 0x0a,
|
|
1735
|
+ 216, 17, 17, 17, 0x0a,
|
|
1736
|
+ 229, 17, 17, 17, 0x0a,
|
1735
|
1737
|
|
1736
|
1738
|
0 // eod
|
1737
|
1739
|
};
|
|
@@ -1742,7 +1744,7 @@ static const char qt_meta_stringdata_AnnotationButton[] = {
|
1742
|
1744
|
"setAnnotation(QString)\0tempcolumn\0"
|
1743
|
1745
|
"setTemperatureColumn(int)\0annotationcolumn\0"
|
1744
|
1746
|
"setAnnotationColumn(int)\0annotate()\0"
|
1745
|
|
- "resetCount()\0"
|
|
1747
|
+ "resetCount()\0resetBatch()\0incrementBatch()\0"
|
1746
|
1748
|
};
|
1747
|
1749
|
|
1748
|
1750
|
void AnnotationButton::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
@@ -1757,6 +1759,8 @@ void AnnotationButton::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int
|
1757
|
1759
|
case 3: _t->setAnnotationColumn((*reinterpret_cast< int(*)>(_a[1]))); break;
|
1758
|
1760
|
case 4: _t->annotate(); break;
|
1759
|
1761
|
case 5: _t->resetCount(); break;
|
|
1762
|
+ case 6: _t->resetBatch(); break;
|
|
1763
|
+ case 7: _t->incrementBatch(); break;
|
1760
|
1764
|
default: ;
|
1761
|
1765
|
}
|
1762
|
1766
|
}
|
|
@@ -1794,9 +1798,9 @@ int AnnotationButton::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
1794
|
1798
|
if (_id < 0)
|
1795
|
1799
|
return _id;
|
1796
|
1800
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
1797
|
|
- if (_id < 6)
|
|
1801
|
+ if (_id < 8)
|
1798
|
1802
|
qt_static_metacall(this, _c, _id, _a);
|
1799
|
|
- _id -= 6;
|
|
1803
|
+ _id -= 8;
|
1800
|
1804
|
}
|
1801
|
1805
|
return _id;
|
1802
|
1806
|
}
|