Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Dec 27, 2015
1 parent 9095541 commit 4a3fc2c
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions moc_gstvideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_gstvideo_t {
QByteArrayData data[11];
char stringdata[103];
QByteArrayData data[12];
char stringdata[131];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
Expand All @@ -39,11 +39,12 @@ QT_MOC_LITERAL(6, 41, 3),
QT_MOC_LITERAL(7, 45, 10),
QT_MOC_LITERAL(8, 56, 31),
QT_MOC_LITERAL(9, 88, 5),
QT_MOC_LITERAL(10, 94, 7)
QT_MOC_LITERAL(10, 94, 7),
QT_MOC_LITERAL(11, 102, 27)
},
"gstvideo\0start\0\0stop\0contrast\0brightness\0"
"hue\0saturation\0on_comboBox_currentIndexChanged\0"
"index\0avolume\0"
"index\0avolume\0on_lineEdit_editingFinished\0"
};
#undef QT_MOC_LITERAL

Expand All @@ -53,22 +54,23 @@ static const uint qt_meta_data_gstvideo[] = {
7, // revision
0, // classname
0, 0, // classinfo
8, 14, // methods
9, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount

// slots: name, argc, parameters, tag, flags
1, 0, 54, 2, 0x08,
3, 0, 55, 2, 0x08,
4, 1, 56, 2, 0x08,
5, 1, 59, 2, 0x08,
6, 1, 62, 2, 0x08,
7, 1, 65, 2, 0x08,
8, 1, 68, 2, 0x08,
10, 1, 71, 2, 0x08,
1, 0, 59, 2, 0x08,
3, 0, 60, 2, 0x08,
4, 1, 61, 2, 0x08,
5, 1, 64, 2, 0x08,
6, 1, 67, 2, 0x08,
7, 1, 70, 2, 0x08,
8, 1, 73, 2, 0x08,
10, 1, 76, 2, 0x08,
11, 0, 79, 2, 0x08,

// slots: parameters
QMetaType::Void,
Expand All @@ -79,6 +81,7 @@ static const uint qt_meta_data_gstvideo[] = {
QMetaType::Void, QMetaType::Int, 2,
QMetaType::Void, QMetaType::Int, 9,
QMetaType::Void, QMetaType::Int, 2,
QMetaType::Void,

0 // eod
};
Expand All @@ -96,6 +99,7 @@ void gstvideo::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, vo
case 5: _t->saturation((*reinterpret_cast< int(*)>(_a[1]))); break;
case 6: _t->on_comboBox_currentIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 7: _t->avolume((*reinterpret_cast< int(*)>(_a[1]))); break;
case 8: _t->on_lineEdit_editingFinished(); break;
default: ;
}
}
Expand Down Expand Up @@ -126,13 +130,13 @@ int gstvideo::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 8)
if (_id < 9)
qt_static_metacall(this, _c, _id, _a);
_id -= 8;
_id -= 9;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 8)
if (_id < 9)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 8;
_id -= 9;
}
return _id;
}
Expand Down

0 comments on commit 4a3fc2c

Please sign in to comment.