Ignore:
Timestamp:
Aug 30, 2017, 4:19:41 PM (7 years ago)
Author:
pbuitrago@…>
Branches:
stretch
Children:
35bdadc
Parents:
da9aa6c
Message:

se cambio los botones de verificación de la firma para el menu segurity, se crearon dos nuevas ventanas, una para agregar el pin del dispositivo criptografico y la otra venta para mostrar los certificados que este en el dispositivo criptografico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • terepaima-0.4.16/moc/moc_searchmodel.cpp

    r3d95845 r1487f05  
    22** Meta object code from reading C++ file 'searchmodel.h'
    33**
    4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
     4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.1)
    55**
    66** WARNING! All changes made in this file will be lost!
     
    1313#error "The header file 'searchmodel.h' doesn't include <QObject>."
    1414#elif Q_MOC_OUTPUT_REVISION != 67
    15 #error "This file was generated using the moc from 5.3.2. It"
     15#error "This file was generated using the moc from 5.7.1. It"
    1616#error "cannot be used with the include files from this version of Qt."
    1717#error "(The moc has changed too much.)"
     
    2121struct qt_meta_stringdata_qpdfview__SearchModel_t {
    2222    QByteArrayData data[3];
    23     char stringdata[56];
     23    char stringdata0[56];
    2424};
    2525#define QT_MOC_LITERAL(idx, ofs, len) \
    2626    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    27     qptrdiff(offsetof(qt_meta_stringdata_qpdfview__SearchModel_t, stringdata) + ofs \
     27    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__SearchModel_t, stringdata0) + ofs \
    2828        - idx * sizeof(QByteArrayData)) \
    2929    )
    3030static const qt_meta_stringdata_qpdfview__SearchModel_t qt_meta_stringdata_qpdfview__SearchModel = {
    3131    {
    32 QT_MOC_LITERAL(0, 0, 21),
    33 QT_MOC_LITERAL(1, 22, 32),
    34 QT_MOC_LITERAL(2, 55, 0)
     32QT_MOC_LITERAL(0, 0, 21), // "qpdfview::SearchModel"
     33QT_MOC_LITERAL(1, 22, 32), // "on_fetchSurroundingText_finished"
     34QT_MOC_LITERAL(2, 55, 0) // ""
     35
    3536    },
    3637    "qpdfview::SearchModel\0"
     
    6566    if (_c == QMetaObject::InvokeMetaMethod) {
    6667        SearchModel *_t = static_cast<SearchModel *>(_o);
     68        Q_UNUSED(_t)
    6769        switch (_id) {
    6870        case 0: _t->on_fetchSurroundingText_finished(); break;
     
    7577const QMetaObject qpdfview::SearchModel::staticMetaObject = {
    7678    { &QAbstractItemModel::staticMetaObject, qt_meta_stringdata_qpdfview__SearchModel.data,
    77       qt_meta_data_qpdfview__SearchModel,  qt_static_metacall, 0, 0}
     79      qt_meta_data_qpdfview__SearchModel,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
    7880};
    7981
     
    8688void *qpdfview::SearchModel::qt_metacast(const char *_clname)
    8789{
    88     if (!_clname) return 0;
    89     if (!strcmp(_clname, qt_meta_stringdata_qpdfview__SearchModel.stringdata))
     90    if (!_clname) return Q_NULLPTR;
     91    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__SearchModel.stringdata0))
    9092        return static_cast<void*>(const_cast< SearchModel*>(this));
    9193    return QAbstractItemModel::qt_metacast(_clname);
Note: See TracChangeset for help on using the changeset viewer.