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_recentlyusedmenu.cpp

    r3d95845 r1487f05  
    22** Meta object code from reading C++ file 'recentlyusedmenu.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 'recentlyusedmenu.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__RecentlyUsedMenu_t {
    2222    QByteArrayData data[8];
    23     char stringdata[108];
     23    char stringdata0[108];
    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__RecentlyUsedMenu_t, stringdata) + ofs \
     27    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__RecentlyUsedMenu_t, stringdata0) + ofs \
    2828        - idx * sizeof(QByteArrayData)) \
    2929    )
    3030static const qt_meta_stringdata_qpdfview__RecentlyUsedMenu_t qt_meta_stringdata_qpdfview__RecentlyUsedMenu = {
    3131    {
    32 QT_MOC_LITERAL(0, 0, 26),
    33 QT_MOC_LITERAL(1, 27, 13),
    34 QT_MOC_LITERAL(2, 41, 0),
    35 QT_MOC_LITERAL(3, 42, 8),
    36 QT_MOC_LITERAL(4, 51, 17),
    37 QT_MOC_LITERAL(5, 69, 8),
    38 QT_MOC_LITERAL(6, 78, 6),
    39 QT_MOC_LITERAL(7, 85, 22)
     32QT_MOC_LITERAL(0, 0, 26), // "qpdfview::RecentlyUsedMenu"
     33QT_MOC_LITERAL(1, 27, 13), // "openTriggered"
     34QT_MOC_LITERAL(2, 41, 0), // ""
     35QT_MOC_LITERAL(3, 42, 8), // "filePath"
     36QT_MOC_LITERAL(4, 51, 17), // "on_open_triggered"
     37QT_MOC_LITERAL(5, 69, 8), // "QAction*"
     38QT_MOC_LITERAL(6, 78, 6), // "action"
     39QT_MOC_LITERAL(7, 85, 22) // "on_clearList_triggered"
     40
    4041    },
    4142    "qpdfview::RecentlyUsedMenu\0openTriggered\0"
     
    7980    if (_c == QMetaObject::InvokeMetaMethod) {
    8081        RecentlyUsedMenu *_t = static_cast<RecentlyUsedMenu *>(_o);
     82        Q_UNUSED(_t)
    8183        switch (_id) {
    8284        case 0: _t->openTriggered((*reinterpret_cast< const QString(*)>(_a[1]))); break;
     
    103105            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RecentlyUsedMenu::openTriggered)) {
    104106                *result = 0;
     107                return;
    105108            }
    106109        }
     
    110113const QMetaObject qpdfview::RecentlyUsedMenu::staticMetaObject = {
    111114    { &QMenu::staticMetaObject, qt_meta_stringdata_qpdfview__RecentlyUsedMenu.data,
    112       qt_meta_data_qpdfview__RecentlyUsedMenu,  qt_static_metacall, 0, 0}
     115      qt_meta_data_qpdfview__RecentlyUsedMenu,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
    113116};
    114117
     
    121124void *qpdfview::RecentlyUsedMenu::qt_metacast(const char *_clname)
    122125{
    123     if (!_clname) return 0;
    124     if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyUsedMenu.stringdata))
     126    if (!_clname) return Q_NULLPTR;
     127    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyUsedMenu.stringdata0))
    125128        return static_cast<void*>(const_cast< RecentlyUsedMenu*>(this));
    126129    return QMenu::qt_metacast(_clname);
     
    147150void qpdfview::RecentlyUsedMenu::openTriggered(const QString & _t1)
    148151{
    149     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     152    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    150153    QMetaObject::activate(this, &staticMetaObject, 0, _a);
    151154}
Note: See TracChangeset for help on using the changeset viewer.