Changeset e62517a in mmcs for moc_formviewmatrix.cpp


Ignore:
Timestamp:
Aug 31, 2016, 5:18:22 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
0b59ba5
Parents:
4c71262
Message:

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moc_formviewmatrix.cpp

    • Property mode changed from 100755 to 100644
    rf473a7f re62517a  
    22** Meta object code from reading C++ file 'formviewmatrix.H'
    33**
    4 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
     4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
    55**
    66** WARNING! All changes made in this file will be lost!
     
    88
    99#include "formviewmatrix.H"
     10#include <QtCore/qbytearray.h>
     11#include <QtCore/qmetatype.h>
    1012#if !defined(Q_MOC_OUTPUT_REVISION)
    1113#error "The header file 'formviewmatrix.H' doesn't include <QObject>."
    12 #elif Q_MOC_OUTPUT_REVISION != 63
    13 #error "This file was generated using the moc from 4.8.6. It"
     14#elif Q_MOC_OUTPUT_REVISION != 67
     15#error "This file was generated using the moc from 5.3.2. It"
    1416#error "cannot be used with the include files from this version of Qt."
    1517#error "(The moc has changed too much.)"
     
    1719
    1820QT_BEGIN_MOC_NAMESPACE
    19 static const uint qt_meta_data_FormViewMatrix[] = {
     21struct qt_meta_stringdata_FormMatrixView_t {
     22    QByteArrayData data[1];
     23    char stringdata[15];
     24};
     25#define QT_MOC_LITERAL(idx, ofs, len) \
     26    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
     27    qptrdiff(offsetof(qt_meta_stringdata_FormMatrixView_t, stringdata) + ofs \
     28        - idx * sizeof(QByteArrayData)) \
     29    )
     30static const qt_meta_stringdata_FormMatrixView_t qt_meta_stringdata_FormMatrixView = {
     31    {
     32QT_MOC_LITERAL(0, 0, 14)
     33    },
     34    "FormMatrixView"
     35};
     36#undef QT_MOC_LITERAL
     37
     38static const uint qt_meta_data_FormMatrixView[] = {
    2039
    2140 // content:
    22        6,       // revision
     41       7,       // revision
    2342       0,       // classname
    2443       0,    0, // classinfo
     
    3352};
    3453
    35 static const char qt_meta_stringdata_FormViewMatrix[] = {
    36     "FormViewMatrix\0"
    37 };
    38 
    39 void FormViewMatrix::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
     54void FormMatrixView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
    4055{
    4156    Q_UNUSED(_o);
     
    4560}
    4661
    47 const QMetaObjectExtraData FormViewMatrix::staticMetaObjectExtraData = {
    48     0,  qt_static_metacall
     62const QMetaObject FormMatrixView::staticMetaObject = {
     63    { &QWidget::staticMetaObject, qt_meta_stringdata_FormMatrixView.data,
     64      qt_meta_data_FormMatrixView,  qt_static_metacall, 0, 0}
    4965};
    5066
    51 const QMetaObject FormViewMatrix::staticMetaObject = {
    52     { &QWidget::staticMetaObject, qt_meta_stringdata_FormViewMatrix,
    53       qt_meta_data_FormViewMatrix, &staticMetaObjectExtraData }
    54 };
    5567
    56 #ifdef Q_NO_DATA_RELOCATION
    57 const QMetaObject &FormViewMatrix::getStaticMetaObject() { return staticMetaObject; }
    58 #endif //Q_NO_DATA_RELOCATION
    59 
    60 const QMetaObject *FormViewMatrix::metaObject() const
     68const QMetaObject *FormMatrixView::metaObject() const
    6169{
    62     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
     70    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
    6371}
    6472
    65 void *FormViewMatrix::qt_metacast(const char *_clname)
     73void *FormMatrixView::qt_metacast(const char *_clname)
    6674{
    6775    if (!_clname) return 0;
    68     if (!strcmp(_clname, qt_meta_stringdata_FormViewMatrix))
    69         return static_cast<void*>(const_cast< FormViewMatrix*>(this));
     76    if (!strcmp(_clname, qt_meta_stringdata_FormMatrixView.stringdata))
     77        return static_cast<void*>(const_cast< FormMatrixView*>(this));
    7078    return QWidget::qt_metacast(_clname);
    7179}
    7280
    73 int FormViewMatrix::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     81int FormMatrixView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
    7482{
    7583    _id = QWidget::qt_metacall(_c, _id, _a);
Note: See TracChangeset for help on using the changeset viewer.