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

    r3d95845 r1487f05  
    22** Meta object code from reading C++ file 'recentlyclosedmenu.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 'recentlyclosedmenu.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__RecentlyClosedMenu_t {
    2222    QByteArrayData data[9];
    23     char stringdata[157];
     23    char stringdata0[157];
    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__RecentlyClosedMenu_t, stringdata) + ofs \
     27    qptrdiff(offsetof(qt_meta_stringdata_qpdfview__RecentlyClosedMenu_t, stringdata0) + ofs \
    2828        - idx * sizeof(QByteArrayData)) \
    2929    )
    3030static const qt_meta_stringdata_qpdfview__RecentlyClosedMenu_t qt_meta_stringdata_qpdfview__RecentlyClosedMenu = {
    3131    {
    32 QT_MOC_LITERAL(0, 0, 28),
    33 QT_MOC_LITERAL(1, 29, 18),
    34 QT_MOC_LITERAL(2, 48, 0),
    35 QT_MOC_LITERAL(3, 49, 8),
    36 QT_MOC_LITERAL(4, 58, 9),
    37 QT_MOC_LITERAL(5, 68, 21),
    38 QT_MOC_LITERAL(6, 90, 20),
    39 QT_MOC_LITERAL(7, 111, 22),
    40 QT_MOC_LITERAL(8, 134, 22)
     32QT_MOC_LITERAL(0, 0, 28), // "qpdfview::RecentlyClosedMenu"
     33QT_MOC_LITERAL(1, 29, 18), // "tabActionTriggered"
     34QT_MOC_LITERAL(2, 48, 0), // ""
     35QT_MOC_LITERAL(3, 49, 8), // "QAction*"
     36QT_MOC_LITERAL(4, 58, 9), // "tabAction"
     37QT_MOC_LITERAL(5, 68, 21), // "triggerFirstTabAction"
     38QT_MOC_LITERAL(6, 90, 20), // "triggerLastTabAction"
     39QT_MOC_LITERAL(7, 111, 22), // "on_tabAction_triggered"
     40QT_MOC_LITERAL(8, 134, 22) // "on_clearList_triggered"
     41
    4142    },
    4243    "qpdfview::RecentlyClosedMenu\0"
     
    8586    if (_c == QMetaObject::InvokeMetaMethod) {
    8687        RecentlyClosedMenu *_t = static_cast<RecentlyClosedMenu *>(_o);
     88        Q_UNUSED(_t)
    8789        switch (_id) {
    8890        case 0: _t->tabActionTriggered((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
     
    118120            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RecentlyClosedMenu::tabActionTriggered)) {
    119121                *result = 0;
     122                return;
    120123            }
    121124        }
     
    125128const QMetaObject qpdfview::RecentlyClosedMenu::staticMetaObject = {
    126129    { &QMenu::staticMetaObject, qt_meta_stringdata_qpdfview__RecentlyClosedMenu.data,
    127       qt_meta_data_qpdfview__RecentlyClosedMenu,  qt_static_metacall, 0, 0}
     130      qt_meta_data_qpdfview__RecentlyClosedMenu,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
    128131};
    129132
     
    136139void *qpdfview::RecentlyClosedMenu::qt_metacast(const char *_clname)
    137140{
    138     if (!_clname) return 0;
    139     if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyClosedMenu.stringdata))
     141    if (!_clname) return Q_NULLPTR;
     142    if (!strcmp(_clname, qt_meta_stringdata_qpdfview__RecentlyClosedMenu.stringdata0))
    140143        return static_cast<void*>(const_cast< RecentlyClosedMenu*>(this));
    141144    return QMenu::qt_metacast(_clname);
     
    162165void qpdfview::RecentlyClosedMenu::tabActionTriggered(QAction * _t1)
    163166{
    164     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     167    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    165168    QMetaObject::activate(this, &staticMetaObject, 0, _a);
    166169}
Note: See TracChangeset for help on using the changeset viewer.